X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/blobdiff_plain/7ef8178d2a19cee4ecc861fbcbeb2bef12f1b6e7..b6689a0108fd06ba4d7bf22b789b3de531c2ad70:/WPrefs.app/KeyboardShortcuts.c diff --git a/WPrefs.app/KeyboardShortcuts.c b/WPrefs.app/KeyboardShortcuts.c index 2c44b8cf..11e25749 100644 --- a/WPrefs.app/KeyboardShortcuts.c +++ b/WPrefs.app/KeyboardShortcuts.c @@ -116,6 +116,7 @@ static char *keyOptions[] = { "VirtualEdgeUpKey", "VirtualEdgeDownKey", #endif + "DockRaiseLowerKey", "ClipRaiseKey", "ClipLowerKey", #ifndef XKB_MODELOCK @@ -522,6 +523,7 @@ static void createPanel(Panel * p) WMAddListItem(panel->actLs, _("Move VirtualDesktop to next top edge")); WMAddListItem(panel->actLs, _("Move VirtualDesktop to next bottom edge")); #endif + WMAddListItem(panel->actLs, _("Raise/Lower Dock")); WMAddListItem(panel->actLs, _("Raise Clip")); WMAddListItem(panel->actLs, _("Lower Clip")); WMAddListItem(panel->actLs, _("Raise/Lower Clip"));