diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/keyboard/keysrc.yacc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/keysrc.yacc b/plugins/keyboard/keysrc.yacc index 50f41b80..24297d3b 100644 --- a/plugins/keyboard/keysrc.yacc +++ b/plugins/keyboard/keysrc.yacc @@ -88,7 +88,7 @@ static void addbinding(GList *keylist, char *action, char *apath, int num) a->data.execute.path = apath; else g_free(apath); - if (a->func == action_desktop) + if (a->func == action_desktop || a->func == action_send_to_desktop) a->data.desktop.desk = (unsigned) num - 1; if (a->func == action_move_relative_horz || a->func == action_move_relative_vert || |
