diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-23 00:14:36 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-23 00:14:36 +0100 |
commit | 7a3b8bb16c90265b26907c90a04da79d3c694f0e (patch) | |
tree | 288d1684b404279cb86d208433e9167c78414b86 /linux | |
parent | Add library check for Plasma and Breakpad configuration toggles (diff) | |
download | smolbote-7a3b8bb16c90265b26907c90a04da79d3c694f0e.tar.xz |
Add About and Run actions to plugin submenu
- Remove plugin list from About dialog
Diffstat (limited to 'linux')
-rw-r--r-- | linux/.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/.config b/linux/.config index 5cc898c..42e015b 100644 --- a/linux/.config +++ b/linux/.config @@ -25,7 +25,7 @@ CONFIG_PATH_DOWNLOADS="~/Downloads" # CONFIG_SHORTCUT_WINDOW_NEWGROUP="Ctrl+G" CONFIG_SHORTCUT_WINDOW_NEWWINDOW="Ctrl+N" -CONFIG_SHORTCUT_WINDOW_ABOUT="Ctrl+H" +CONFIG_SHORTCUT_WINDOW_ABOUT="F1" CONFIG_SHORTCUT_WINDOW_QUIT="Ctrl+Q" CONFIG_SHORTCUT_WINDOW_SEARCH="F3" CONFIG_SHORTCUT_WINDOW_BOOKMARKS="Ctrl+B" @@ -51,7 +51,7 @@ CONFIG_SHORTCUT_ADDRESS_MENU="F2" # # Subwindow shortcuts # -CONFIG_SHORTCUT_SUBWINDOW_MENU="F1" +CONFIG_SHORTCUT_SUBWINDOW_MENU="Ctrl+M" CONFIG_SHORTCUT_SUBWINDOW_TILE="F9" CONFIG_SHORTCUT_SUBWINDOW_CASCADE="F10" CONFIG_SHORTCUT_SUBWINDOW_FULLSCREEN="F11" |