Skip to content

Commit

Permalink
player: Update keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Feb 22, 2024
1 parent 9475882 commit c8e1a08
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/gameeky/player/widgets/shortcuts_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,35 @@
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title">Rotation</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Up</property>
<property name="title" translatable="yes">Rotate north</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Right</property>
<property name="title" translatable="yes">Rotate east</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Down</property>
<property name="title" translatable="yes">Rotate south</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Left</property>
<property name="title" translatable="yes">Rotate west</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Actions</property>
Expand Down

0 comments on commit c8e1a08

Please sign in to comment.