mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
3368744d1b
Also simplify the logic of AltGr handling. It seems that AltGr and AltGr+Shift don't actually combine with any other modifiers, so we can test whether filteredMod is leftCtrl|rightAlt or leftCtrl|rightAlt|shift, and leave the Mod field unpopulated in the return value. |
||
---|---|---|
.. | ||
clitest | ||
histutil | ||
lscolors | ||
mode | ||
prompt | ||
term | ||
tk | ||
app_spec.go | ||
app_test.go | ||
app.go | ||
loop_test.go | ||
loop.go | ||
tty_unix_test.go | ||
tty.go |