I'd like to tackle this and would appreciate pointers.
It appears Super-<ASCII> keybindings are mysteriously getting the Super filtered out of them before being sent to eventToEventString (in Yi.Keymap.Vim.EventUtils), whereas trying to press, e.g. <S-Esc> works (and I can define keybindings with it now after a bit of hacking on that module).
I'd like to tackle this and would appreciate pointers.
It appears
Super-<ASCII>
keybindings are mysteriously getting theSuper
filtered out of them before being sent toeventToEventString
(inYi.Keymap.Vim.EventUtils
), whereas trying to press, e.g.<S-Esc>
works (and I can define keybindings with it now after a bit of hacking on that module).