From 3d5dad25d8d400003bea74b4c891f041c01351b5 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 3 Jul 2023 21:55:11 -0400 Subject: application: Load help overlay automatically GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources --- main/data/shortcuts.ui | 68 -------------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 main/data/shortcuts.ui (limited to 'main/data/shortcuts.ui') diff --git a/main/data/shortcuts.ui b/main/data/shortcuts.ui deleted file mode 100644 index 6cc5851a..00000000 --- a/main/data/shortcuts.ui +++ /dev/null @@ -1,68 +0,0 @@ - - - - True - - - shortcuts - - - General - - - <ctrl>T - Start Conversation - - - - - <ctrl>G - Join Channel - - - - - <ctrl>question - Keyboard shortcuts - - - - - - - Conversation - - - <ctrl>F - Search messages - - - - - <ctrl>U - Send a file - - - - - - - Navigation - - - <ctrl>Tab - Jump to next conversation - - - - - <ctrl><Shift>Tab - Jump to previous conversation - - - - - - - - -- cgit v1.2.3-54-g00ecf