|
33 | 33 | <object class="GtkShortcutsShortcut">\ |
34 | 34 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
35 | 35 | <property name="action-name">app.import-config</property>\ |
36 | | - <property name="accelerator"><primary>&i</property>\ |
| 36 | + <property name="accelerator"><primary>&o</property>\ |
37 | 37 | </object>\ |
38 | 38 | </child>\ |
39 | 39 | <child>\ |
40 | 40 | <object class="GtkShortcutsShortcut">\ |
41 | 41 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
42 | | - <property name="action-name">app.m_sync_with_key</property>\ |
43 | | - <property name="accelerator"><primary>&m</property>\ |
| 42 | + <property name="action-name">app.shortcuts</property>\ |
| 43 | + <property name="accelerator"><primary>&question</property>\ |
44 | 44 | </object>\ |
45 | 45 | </child>\ |
46 | 46 | <child>\ |
47 | 47 | <object class="GtkShortcutsShortcut">\ |
48 | 48 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
49 | | - <property name="action-name">app.shortcuts</property>\ |
50 | | - <property name="accelerator"><primary>&question</property>\ |
| 49 | + <property name="action-name">app.quit</property>\ |
| 50 | + <property name="accelerator"><primary>&q</property>\ |
51 | 51 | </object>\ |
52 | 52 | </child>\ |
53 | 53 | <child>\ |
54 | 54 | <object class="GtkShortcutsShortcut">\ |
55 | 55 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
56 | | - <property name="action-name">app.quit</property>\ |
57 | | - <property name="accelerator"><primary>&q</property>\ |
| 56 | + <property name="action-name">app.m_sync_with_key</property>\ |
| 57 | + <property name="accelerator"><primary><shift>&s</property>\ |
58 | 58 | </object>\ |
59 | 59 | </child>\ |
60 | 60 | <child>\ |
61 | 61 | <object class="GtkShortcutsShortcut">\ |
62 | 62 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
63 | 63 | <property name="action-name">app.ms-dialog</property>\ |
64 | | - <property name="accelerator"><primary><alt>&m</property>\ |
| 64 | + <property name="accelerator"><primary><shift>&m</property>\ |
65 | 65 | </object>\ |
66 | 66 | </child>\ |
67 | 67 | <child>\ |
68 | 68 | <object class="GtkShortcutsShortcut">\ |
69 | 69 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
70 | 70 | <property name="action-name">app.items-dialog</property>\ |
71 | | - <property name="accelerator"><primary><alt>&i</property>\ |
| 71 | + <property name="accelerator"><primary><shift>&i</property>\ |
72 | 72 | </object>\ |
73 | 73 | </child>\ |
74 | 74 | <child>\ |
75 | 75 | <object class="GtkShortcutsShortcut">\ |
76 | 76 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
77 | 77 | <property name="action-name">app.set-dialog</property>\ |
78 | | - <property name="accelerator"><primary><alt>&s</property>\ |
| 78 | + <property name="accelerator"><primary><shift>&f</property>\ |
79 | 79 | </object>\ |
80 | 80 | </child>\ |
81 | 81 | <child>\ |
82 | 82 | <object class="GtkShortcutsShortcut">\ |
83 | 83 | <property name="title" translatable="true" context="ShortcutsWindow">%s</property>\ |
84 | 84 | <property name="action-name">app.cloud-dialog</property>\ |
85 | | - <property name="accelerator"><primary><alt>&c</property>\ |
| 85 | + <property name="accelerator"><primary><shift>&c</property>\ |
86 | 86 | </object>\ |
87 | 87 | </child>\ |
88 | 88 | </object>\ |
89 | 89 | </child>\ |
90 | 90 | </object>\ |
91 | 91 | </child>\ |
92 | 92 | </template>\ |
93 | | -</interface>' % (_["open_wiki"], _["save_config"], _["import_from_file"], _["sync_manually"], _["keyboard_shortcuts"], _["quit"], _["more_options"], _["items_for_archive"], _["set_up_sync_file"], _["connect_cloud_storage"]) |
| 93 | +</interface>' % (_["open_wiki"], _["save_config"], _["import_from_file"], _["keyboard_shortcuts"], _["quit"], _["sync_manually"], _["more_options"], _["items_for_archive"], _["set_up_sync_file"], _["connect_cloud_storage"]) |
94 | 94 |
|
95 | 95 | # Load the shortcuts window |
96 | 96 | @Gtk.Template(string=SHORTCUTS_WINDOW) |
|
0 commit comments