subtract 1 from teh workspace number specified
This commit is contained in:
parent
72c56d793b
commit
4c10947be5
1 changed files with 2 additions and 2 deletions
|
@ -46,6 +46,6 @@ Action::Action(enum ActionType type, KeyCode keycode, unsigned int modifierMask,
|
|||
|
||||
_numberParam = atoi( str.c_str() );
|
||||
|
||||
if (type == changeWorkspace)
|
||||
_numberParam;
|
||||
if (type == changeWorkspace) // workspace 1 to the user is workspace 0 to us
|
||||
_numberParam--;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue