From 97647f9b5251dfc7a5a84d7432a1914fa7ec66b9 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Tue, 17 Dec 2019 22:54:08 +0100 Subject: Add shortcuts window --- main/data/menu_app.ui | 6 ++++++ main/data/shortcuts.ui | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 main/data/shortcuts.ui (limited to 'main/data') diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui index eadbc81e..20bd66b6 100644 --- a/main/data/menu_app.ui +++ b/main/data/menu_app.ui @@ -11,5 +11,11 @@ Settings +
+ + app.open_shortcuts + Keyboard Shortcuts + +
diff --git a/main/data/shortcuts.ui b/main/data/shortcuts.ui new file mode 100644 index 00000000..68c71237 --- /dev/null +++ b/main/data/shortcuts.ui @@ -0,0 +1,52 @@ + + + + True + + + True + shortcuts + + + True + General + + + True + <ctrl>T + Start Conversation + + + + + True + <ctrl>G + Join Channel + + + + + + + True + Navigation + + + True + <ctrl>Tab + Jump to next conversation + + + + + True + <ctrl><Shift>Tab + Jump to previous conversation + + + + + + + + -- cgit v1.2.3-54-g00ecf