fix bépo command mode binding

Closes #214
This commit is contained in:
Daniel Micay 2015-03-24 19:19:12 -04:00
parent cb3dfb71a0
commit 0928a1112a
1 changed files with 1 additions and 0 deletions

View File

@ -856,6 +856,7 @@ gboolean key_press_cb(VteTerminal *vte, GdkEventKey *event, keybind_info *info)
launch_in_directory(vte);
return TRUE;
case GDK_KEY_space:
case GDK_KEY_nobreakspace: // shift-space on some keyboard layouts
enter_command_mode(vte, &info->select);
return TRUE;
case GDK_KEY_x: