diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:12:51 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:12:51 +0200 |
| commit | 60305617a34570eb0b4118a0216278e4d3871704 (patch) | |
| tree | 60b8ce282c55f9e95b6a0d8f72f9906a96058547 /config_key.h.in | |
| parent | aeeb1bc851b399e8acc59c180f035e9c59a3873f (diff) | |
dfm: add trash support
Diffstat (limited to 'config_key.h.in')
| -rw-r--r-- | config_key.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_key.h.in b/config_key.h.in index 392dfac..e503a30 100644 --- a/config_key.h.in +++ b/config_key.h.in @@ -79,6 +79,9 @@ static inline void (*fm_key(u32 cp))(struct fm *) case 'q': return act_quit; case 'Q': return act_quit_print_pwd; + case 't': return cmd_trash; + case 'T': return act_cd_trash; + case 'o': return cmd_exec_open; case 'O': return cmd_exec_open_bg; |