1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 09:31:00 +00:00
serenity/Applications/FileManager
Andreas Kling 596a5ce5a4 LibGUI+WindowServer: Add app-global keyboard shortcuts.
This patch adds a GShortcut class. Each GAction can have a GShortcut which
will cause the event loop to listen for that key combination app-globally
and activate the event in case it's pressed.

The shortcut will also be displayed when the action is added to a menu.

Use this to hook up Alt+Up with the "open parent directory" action in the
FileManager app. :^)
2019-03-02 10:10:06 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryTableModel.cpp FileManager: Show user/group names instead of UID/GID if available. 2019-03-02 02:05:49 +01:00
DirectoryTableModel.h FileManager: Show user/group names instead of UID/GID if available. 2019-03-02 02:05:49 +01:00
DirectoryTableView.cpp FileManager: Make the "open parent directory" action actually open ".." 2019-03-02 09:16:57 +01:00
DirectoryTableView.h FileManager: Make the "open parent directory" action actually open ".." 2019-03-02 09:16:57 +01:00
main.cpp LibGUI+WindowServer: Add app-global keyboard shortcuts. 2019-03-02 10:10:06 +01:00
Makefile FileManager: Port to GTableModel/GTableView. 2019-03-01 13:55:48 +01:00