Skip to content
Snippets Groups Projects
Verified Commit 5b98f239 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Fix shortcut window display

parent e85da9c0
No related branches found
No related tags found
No related merge requests found
......@@ -20,17 +20,17 @@ ShortcutsWindow help_overlay {
ShortcutsShortcut {
title: "Increment score";
action-name: "win.score-changed::up";
accelerator: "<Ctrl>Up <Ctrl>Right";
}
ShortcutsShortcut {
title: "Decrement score";
action-name: "win.score-changed::down";
accelerator: "<Ctrl>Down <Ctrl>Left";
}
ShortcutsShortcut {
title: "Show try filter";
action-name: "win.show-try-filter";
accelerator: "<Ctrl>f";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment