You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.4.6: Add Show Places (Alt+Shift+P) and Show Treeview (Alt+Shift+T) keybindings
- Add NEMO_ACTION_SHOW_PLACES / NEMO_ACTION_SHOW_TREEVIEW to nemo-actions.h
- Add action_show_places_callback / action_show_treeview_callback in nemo-window-menus.c
(switches sidebar type AND ensures sidebar is visible)
- Register both as GtkActionEntry in main_entries[]
- Add show-places / show-treeview keys to nemo-keybindings.c with Alt+Shift+P / Alt+Shift+T defaults
- Add corresponding schema keys to org.nemo.gschema.xml
- Upgrade statusbar places/tree button tooltips to use make_tooltip_with_accel
so they show the live keybinding like the other buttons
0 commit comments