zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Keys: ability to use modifier with special key

Open fedoranvar opened this issue 3 years ago • 2 comments

Good day to you!

Is it possible to set keybinding, like : Alt + Escape etc. ?

I would've mapped it for escaping to Normal mode from any modes

Thank you!

UPD.

my bad, this is duplicate of #735

fedoranvar avatar Oct 16 '21 04:10 fedoranvar

I'm not sure it's a duplicate of #735 (though we could combine them) — would it be possible to allow Ctrl-Space, even if we multiple modifier keys (i.e. #735) isn't possible?

max-sixty avatar Nov 20 '21 00:11 max-sixty

agreed with @max-sixty , so reopened it.

to be specific, i meant something like this:

    - action: [CloseTab,]
      key: [Alt: Delete ]


UPD. and also support of F[1-12] keys, like

    - action: [SwitchMode,]
      key: [Alt: F1 ]

fedoranvar avatar Feb 24 '22 17:02 fedoranvar