mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-13 22:29:16 +02:00
- Fixed budgie uninstaller and confirmed SL hotkeys
This commit is contained in:
@@ -202,34 +202,33 @@ define_keymap(re.compile(browserStr, re.IGNORECASE),{
|
||||
})
|
||||
|
||||
define_keymap(None,{
|
||||
# K("RC-Space"): K("Alt-F1"), # gnome/kde - Launch Application Menu
|
||||
K("RC-Space"): K("Alt-F1"), # Default SL - Launch Application Menu (gnome/kde)
|
||||
K("RC-F3"):K("Super-d"), # Default SL - Show Desktop (gnome/kde,eos)
|
||||
K("RC-LC-f"):K("M-F10"), # Default SL - Maximize app (gnome/kde)
|
||||
K("Super-Right"):K("C-M-Right"), # Default SL - Change workspace (ubuntu/fedora/budgie)
|
||||
K("Super-Left"):K("C-M-Left"), # Default SL - Change workspace (ubuntu/fedora/budgie)
|
||||
K("RC-Q"): K("M-F4"), # Default SL - not-popos
|
||||
K("RC-H"):K("Super-h"), # Default SL - Minimize app (gnome/budgie)
|
||||
K("M-Tab"): pass_through_key, # Default not-xfce4 - Cmd Tab - App Switching Default
|
||||
K("RC-Tab"): K("M-Tab"), # Default not-xfce4 - Cmd Tab - App Switching Default
|
||||
K("RC-Shift-Tab"): K("M-Shift-Tab"), # Default not-xfce4 - Cmd Tab - App Switching Default
|
||||
K("RC-Grave"): K("M-Grave"), # Default not-xfce4 - Cmd ` - Same App Switching
|
||||
K("RC-Shift-Grave"): K("M-Grave"), # Default not-xfce4 - Cmd ` - Same App Switching
|
||||
# K("RC-Space"): K("LC-Esc"), # xfce4 - Launch Application Menu
|
||||
# K("RC-F3"):K("Super-d"), # gnome/kde - Show Desktop
|
||||
# K("RC-F3"):K("C-M-d"), # xfce4 - Show Desktop
|
||||
# K("RC-F3"):K("Super-d"), # eos - Show Desktop
|
||||
# K("RC-LC-f"):K("M-F10"), # gnome/kde - Maximize app
|
||||
# K("RC-LC-f"):K("LC-Super-Up"), # popos - Maximize app
|
||||
# K("RC-LC-f"):K("Super-Up"), # eos - Maximize app
|
||||
# K("RC-LC-f"):K("Super-PAGE_UP"), # manjaro - Maximize app
|
||||
# K("LC-Left"):K("C-M-End"), # xfce4 - Change workspace
|
||||
# K("LC-Left"):K("C-M-Left"), # ub/fd - Change workspace
|
||||
# K("LC-Left"):K("Super-Left"), # popos/eos - Change workspace
|
||||
# K("LC-Right"):K("C-M-Home"), # xfce4 - Change workspace
|
||||
# K("LC-Right"):K("C-M-Right"), # ub/fd - Change workspace
|
||||
# K("LC-Right"):K("Super-Right"), # popos/eos - Change workspace
|
||||
# Basic App hotkey functions
|
||||
K("RC-Q"): K("M-F4"), # Default not-popos
|
||||
# K("RC-Q"):K("Super-w"), # popos - Close Apps
|
||||
K("RC-H"): K("M-F9"), # Default - Minimize app
|
||||
# K("RC-H"): K("M-F9"), # Default - Minimize app
|
||||
# K("RC-H"):K("M-F9"), # xfce4 - Minimize app
|
||||
# K("RC-H"):K("Super-h"), # gnome - Minimize app
|
||||
# K("RC-LC-f"):K("Super-PAGE_DOWN"), # manjaro - Minimize app
|
||||
# Cmd Tab - App Switching Default
|
||||
K("M-Tab"): pass_through_key, # Default not-xfce4
|
||||
K("RC-Tab"): K("M-Tab"), # Default not-xfce4
|
||||
K("RC-Shift-Tab"): K("M-Shift-Tab"), # Default not-xfce4
|
||||
K("RC-Grave"): K("M-F6"), # Default not-xfce4
|
||||
K("RC-Shift-Grave"): K("M-Shift-F6"), # Default not-xfce4
|
||||
# K("RC-Tab"): K("RC-backslash"), # xfce4
|
||||
# K("RC-Shift-Tab"): K("RC-Shift-backslash"), # xfce4
|
||||
# K("RC-Grave"): K("RC-Shift-backslash"), # xfce4
|
||||
@@ -258,8 +257,8 @@ define_keymap(None,{
|
||||
# K("M-Backspace"): K("Delete"), # Chromebook/IBM - Delete
|
||||
K("Super-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
|
||||
K("Super-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
|
||||
K("Alt-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
|
||||
K("Alt-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
|
||||
K("Alt-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
|
||||
K("Alt-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
|
||||
# K(""): pass_through_key, # cancel
|
||||
# K(""): K(""), #
|
||||
})
|
||||
|
Reference in New Issue
Block a user