5e600d7ab4
On all terminals, ctrl-i sends a tab character (0x09). For some reason,
tcell.ModCtrl+tcell.KeyCtrlI is interpreted as ctrl-tab.
Similarly, ctrl-m sends a new line (0x0a) and
tcell.ModCtrl+tcell.KeyCtrlM is interpreted as ctrl-enter.
Remove control modifier for these two key definitions only. All others
do not work without them.
Fixes:
|
||
---|---|---|
.. | ||
accounts.conf | ||
aerc.conf | ||
bindings.go | ||
bindings_test.go | ||
binds.conf | ||
config.go | ||
default_styleset | ||
style.go | ||
triggers.go |