mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added Nautilus Cmd-Arrows hotkeys for traversing directories. Closes #118
This commit is contained in:
@@ -51,6 +51,14 @@ define_conditional_modmap(re.compile("Gnome-terminal|konsole|io.elementary.termi
|
|||||||
# Key.RIGHT_CTRL: Key.LEFT_CTRL, # Mac
|
# Key.RIGHT_CTRL: Key.LEFT_CTRL, # Mac
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Keybindings for Nautilus
|
||||||
|
define_keymap(re.compile("Org.gnome.Nautilus"),{
|
||||||
|
K("RC-Up"): K("M-Up"), # Go Up dir
|
||||||
|
K("RC-Down"): K("M-Down"), # Go Down dir
|
||||||
|
K("RC-Left"): K("M-Left"), # Go Back
|
||||||
|
K("RC-Right"): K("M-Right"), # Go Forward
|
||||||
|
})
|
||||||
|
|
||||||
define_keymap(None,{
|
define_keymap(None,{
|
||||||
# Cmd Tab - App Switching Default
|
# Cmd Tab - App Switching Default
|
||||||
K("RC-Tab"): K("RC-F13"),
|
K("RC-Tab"): K("RC-F13"),
|
||||||
|
Reference in New Issue
Block a user