diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:17:53 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:17:53 +0200 |
| commit | ce1c5a66a5438e049197abc73c9fb56eb5cc97e1 (patch) | |
| tree | 95d544b45f3a621a555258b39d78f190a3d0089e /config_key.h.in | |
| parent | f82ac70b69f076f3d2d49d940667ee537c6c301a (diff) | |
config_key: add missing Greek keys
Diffstat (limited to 'config_key.h.in')
| -rw-r--r-- | config_key.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_key.h.in b/config_key.h.in index e503a30..fde7239 100644 --- a/config_key.h.in +++ b/config_key.h.in @@ -126,11 +126,16 @@ static inline void (*fm_key(u32 cp))(struct fm *) case $(u8 ρ): return cmd_rename; case $(u8 χ): return act_stat; case $(u8 ζ): return act_alt_buffer; + case $(u8 ο): return cmd_exec_open; + case $(u8 Ο): return cmd_exec_open_bg; case $(u8 π): return cmd_chmod; case $(u8 Π): return cmd_chown; case $(u8 Ι): return act_mark_invert; case $(u8 Ψ): return act_mark_clear; + case $(u8 τ): return cmd_trash; + case $(u8 Τ): return act_cd_trash; case $(u8 δ): return cmd_remove; + case $(u8 Υ): return cmd_copy_clipboard; case $(u8 υ): return cmd_copy; case $(u8 μ): return cmd_move; case $(u8 σ): return cmd_link; |