From: Christophe CURIS <christophe.cu...@free.fr>

move the shortcut in the same "group" as the other workspace key to ease
its finding.
Took opportunity to re-indent using the same style as the rest of the code.
---
 WPrefs.app/Expert.c            | 4 ++--
 WPrefs.app/KeyboardShortcuts.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c
index 424b04f..dc455dd 100644
--- a/WPrefs.app/Expert.c
+++ b/WPrefs.app/Expert.c
@@ -43,8 +43,8 @@ static const struct {
        { N_("Disable miniwindows (icons for minimized windows). For use with 
KDE/GNOME."),
          /* default: */ False, OPTION_WMAKER, "DisableMiniwindows" },
 
-        { N_("Disable workspace pager"),
-          /* default: */ False, OPTION_WMAKER, "DisableWorkspacePager" },
+       { N_("Disable workspace pager"),
+         /* default: */ False, OPTION_WMAKER, "DisableWorkspacePager" },
 
        { N_("Do not set non-WindowMaker specific parameters (do not use 
xset)."),
          /* default: */ False, OPTION_USERDEF, "NoXSetStuff" },
diff --git a/WPrefs.app/KeyboardShortcuts.c b/WPrefs.app/KeyboardShortcuts.c
index d46bb6c..6984a91 100644
--- a/WPrefs.app/KeyboardShortcuts.c
+++ b/WPrefs.app/KeyboardShortcuts.c
@@ -96,13 +96,13 @@ static const struct {
        { "ShadeKey",       N_("Shade active window") },
        { "MoveResizeKey",  N_("Move/Resize active window") },
        { "SelectKey",      N_("Select active window") },
-        { "WorkspaceMapKey",   N_("Open workspace pager") },
        { "FocusNextKey",   N_("Focus next window") },
        { "FocusPrevKey",   N_("Focus previous window") },
        { "GroupNextKey",   N_("Focus next group window") },
        { "GroupPrevKey",   N_("Focus previous group window") },
 
        /* Workspace Related */
+       { "WorkspaceMapKey",  N_("Open workspace pager") },
        { "NextWorkspaceKey", N_("Switch to next workspace") },
        { "PrevWorkspaceKey", N_("Switch to previous workspace") },
        { "LastWorkspaceKey", N_("Switch to last used workspace") },
-- 
2.1.3


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to