mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Additional formatting and typo fixes
This commit is contained in:
@@ -336,7 +336,7 @@ define_keymap(re.compile("spacefm", re.IGNORECASE),{
|
|||||||
K("RC-Page_Down"): K("C-Tab"), # Go to next tab
|
K("RC-Page_Down"): K("C-Tab"), # Go to next tab
|
||||||
K("RC-Shift-Left_Brace"): K("C-Shift-Tab"), # Go to prior tab
|
K("RC-Shift-Left_Brace"): K("C-Shift-Tab"), # Go to prior tab
|
||||||
K("RC-Shift-Right_Brace"): K("C-Tab"), # Go to next tab
|
K("RC-Shift-Right_Brace"): K("C-Tab"), # Go to next tab
|
||||||
K("RC-Shift-N"): [K("RC-F")], # Create new folder is Ctrl+F by default
|
K("RC-Shift-N"): K("RC-F"), # Create new folder is Ctrl+F by default
|
||||||
K("RC-Backspace"): [K("Delete"),K("Enter")], # Move to Trash (delete, bypass dialog)
|
K("RC-Backspace"): [K("Delete"),K("Enter")], # Move to Trash (delete, bypass dialog)
|
||||||
K("RC-comma"): [K("M-V"),K("p")], # Overrides "Open preferences dialog" shortcut below
|
K("RC-comma"): [K("M-V"),K("p")], # Overrides "Open preferences dialog" shortcut below
|
||||||
# This shortcut ^^^^^^^^^^^^^^^ is not fully working in SpaceFM. Opens "View" menu but not Preferences.
|
# This shortcut ^^^^^^^^^^^^^^^ is not fully working in SpaceFM. Opens "View" menu but not Preferences.
|
||||||
@@ -419,10 +419,6 @@ define_keymap(re.compile(filemanagerStr, re.IGNORECASE),{
|
|||||||
### END OF FILE MANAGER GROUP OF KEYMAPS ###
|
### END OF FILE MANAGER GROUP OF KEYMAPS ###
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
############################################
|
|
||||||
### END OF FILE MANAGER GROUP OF KEYMAPS ###
|
|
||||||
############################################
|
|
||||||
|
|
||||||
# Keybindings for General Web Browsers
|
# Keybindings for General Web Browsers
|
||||||
define_keymap(re.compile(browserStr, re.IGNORECASE),{
|
define_keymap(re.compile(browserStr, re.IGNORECASE),{
|
||||||
K("RC-Q"): K("RC-Q"), # Close all browsers Instances
|
K("RC-Q"): K("RC-Q"), # Close all browsers Instances
|
||||||
|
Reference in New Issue
Block a user