From b17e8aed7c36f5f5ffc3c490704df78694477370 Mon Sep 17 00:00:00 2001 From: Vitaly Ovchinnikov Date: Tue, 12 Sep 2023 13:36:06 +0000 Subject: binds: control and alt modifiers for delete Add Control and Alt modifiers to Delete key, so C-Delete and A-Delete kebyoard shortcuts could be bound. Signed-off-by: Vitaly Ovchinnikov Acked-by: Robin Jarry --- doc/aerc-binds.5.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/aerc-binds.5.scd b/doc/aerc-binds.5.scd index 0230610c..b9d4cb8a 100644 --- a/doc/aerc-binds.5.scd +++ b/doc/aerc-binds.5.scd @@ -169,6 +169,10 @@ special keys are supported: : Insert | ** : Delete +| ** +: Ctrl+Delete +| ** +: Alt+Delete | ** : Backspace | ** -- cgit