1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:27:42 +00:00
serenity/Applications
Nico Weber 6e0af349a2 FileManager: Make Ctrl-L focus location bar, and change shortcuts for changing view
Ctrl-L focuses the location bar in all file managers I know of,
and does so in SerenityOS's browser too. It should work in
SerenityOS's file manager as well.

Unfortunately, Ctrl-L was already "View List", so change the
shortcuts of all the view modes to Ctrl-1/2/3 which is what
several other file managers use. (I tried Ctrl-Shift-1/2/3
which is what Windows Explorer uses after 8.1, but it didn't
Just Work, and Ctrl-1/2/3 are currently free anyways. If
we ever want to use them for tabs or whatever, we can
change the view shortcuts then.)
2020-07-15 18:30:26 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 2020-07-15 13:19:44 +02:00
Calculator LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
Calendar LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
Debugger Debugger: Add some pledges required by LibLine 2020-07-12 01:36:45 +02:00
DisplaySettings DisplaySettings: Fix a typo 2020-07-11 20:24:02 +02:00
FileManager FileManager: Make Ctrl-L focus location bar, and change shortcuts for changing view 2020-07-15 18:30:26 +02:00
FontEditor FontEditor: Don't add duplicate extension in Save As dialog 2020-07-13 15:00:14 +02:00
Help Help: Handle external links 2020-07-07 17:42:50 +02:00
HexEditor Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
IRCClient LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
KeyboardMapper LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
KeyboardSettings LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Piano Piano: Fix cliping of bottom notes when scrolling in RollWidget 2020-07-11 18:51:41 +02:00
PixelPaint LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
QuickShow LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
SoundPlayer LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
SystemMonitor LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 2020-07-15 13:19:44 +02:00
Terminal Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^) 2020-07-05 23:34:02 +02:00
TextEditor TextEditor: Use ArgsParser and allow the user to specify preview mode 2020-07-06 22:40:38 +02:00
Welcome LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00