Commit graph

25 commits

Author SHA1 Message Date
Jeremy Soller
8615157ec8
Adjust key bindings based on mode, part of #547 2024-10-03 13:02:09 -06:00
Jeremy Soller
9b8844a884
Preview and gallery mode changes, part of #540 2024-10-02 13:24:39 -06:00
Jeremy Soller
b91088482b
Backspace to go back, fixes #267 2024-09-25 15:36:22 -06:00
Jeremy Soller
f4fd98cc23
Implement automatic preview, part of #109 2024-09-20 14:13:04 -06:00
Jeremy Soller
d923efa5de
Update libcosmic to fix #286 2024-08-29 10:12:03 -06:00
Vukašin Vojinović
5af7658a06 fix: add settings keybind 2024-08-09 20:09:36 +02:00
git-f0x
f03fc1e3ab feat: add missing file menu entries 2024-08-08 15:50:16 +02:00
Vukašin Vojinović
3529717476 fix: text padding at min list size 2024-07-12 19:40:46 +02:00
Kartonrealista
aa21b31484
Update key_bind.rs
Added the classical keybind for zooming in
2024-07-06 11:52:18 +02:00
Jason Rodney Hansen
808de5b355 Add key binds for open in new tab/window 2024-07-02 08:14:51 -06:00
Jeremy Soller
c5bff149c0 Implement search backend 2024-05-31 15:20:06 -06:00
Jeremy Soller
322dad2b8a
Implement view menu, fixes #184 2024-05-28 10:40:36 -06:00
Jeremy Soller
e9b25a65c2
Open properties on space 2024-05-09 14:00:58 -06:00
Eduardo Flores
57e41766b9 improv(menu): update menu declaration.
- Updated libcosmic
- Updated menu declaration.
2024-03-17 14:49:24 -07:00
Jeremy Soller
6e14a0baea
Add handlers for arrow keys 2024-02-28 16:16:59 -07:00
Jeremy Soller
dc8433ce59
Add open message, improve context menus 2024-02-28 15:46:23 -07:00
Jeremy Soller
09be33e391
Ctrl+Shift+N is NewFolder 2024-02-28 15:27:27 -07:00
Jeremy Soller
9fa0a19c58
Delete is move to trash 2024-02-28 15:25:33 -07:00
Jeremy Soller
24ccc9bd82
Edit location and rename key bindings 2024-02-28 15:19:07 -07:00
Josh Megnauth
bc5b46d552 feat: Toggle showing hidden items
`ctrl` + `h` toggles the visibility of hidden files and folders per tab.
The per tab option overrides the global option. So, a user may set
hidden items to be visible by default (global option) but override it
per tab with `ctrl` + `h`.

Currently, per tab options aren't presented anywhere in the UI such as a
menu, so the hotkey is the only way to use this feature for now.
2024-02-11 07:23:02 -07:00
Jeremy Soller
cb4bd84ea5 Rebase on new libcosmic and iced 2024-02-09 07:09:51 -07:00
Josh Megnauth
2814834251 Feature to move up file hierarchy with Alt+Up
From: https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts#Browsers_/_Go_menu

Alt+Up moves up the file hierarchy until it hits root.
So, if "/home/josh" is opened, Alt+Up would move to "/home"
2024-02-08 14:10:03 -07:00
Josh Megnauth
843997a0d8 Add Alt-Left and Alt-Right for history navigation
Common shortcuts.
2024-02-08 14:10:03 -07:00
Jeremy Soller
87ad2f7dd9
Convert to library 2024-02-01 15:14:14 -07:00
Jeremy Soller
004fd617ea
Show key bindings in menu 2024-01-29 12:21:54 -07:00