diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 8e74db8..2810d0e 100644 --- a/src/window.c +++ b/src/window.c @@ -324,6 +324,20 @@ static const char *SHORTCUTS_UI = " </child>\n" " <child>\n" " <object class=\"GtkShortcutsShortcut\">\n" + " <property name=\"accelerator\">j</property>\n" + " <property name=\"title\">Cursor down one row (grid)\n" + " </property>\n" + " </object>\n" + " </child>\n" + " <child>\n" + " <object class=\"GtkShortcutsShortcut\">\n" + " <property name=\"accelerator\">k</property>\n" + " <property name=\"title\">Cursor up one row (grid)\n" + " </property>\n" + " </object>\n" + " </child>\n" + " <child>\n" + " <object class=\"GtkShortcutsShortcut\">\n" " <property name=\"accelerator\">g</property>\n" " <property name=\"title\">First image</property>\n" " </object>\n" @@ -371,7 +385,8 @@ static const char *SHORTCUTS_UI = " <child>\n" " <object class=\"GtkShortcutsShortcut\">\n" " <property name=\"accelerator\">v</property>\n" - " <property name=\"title\">Toggle mark on highlighted</property>\n" + " <property name=\"title\">Toggle mark on " + "highlighted</property>\n" " </object>\n" " </child>\n" " <child>\n" @@ -434,7 +449,8 @@ static const char *SHORTCUTS_UI = " </child>\n" " <child>\n" " <object class=\"GtkShortcutsShortcut\">\n" - " <property name=\"accelerator\">minus underscore</property>\n" + " <property name=\"accelerator\">minus " + "underscore</property>\n" " <property name=\"title\">Zoom out</property>\n" " </object>\n" " </child>\n" |
