mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Ticket #4267: support of (alt+)shift+arrow keys in st terminal emulator.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cbc214da82
commit
f533b37bf5
1
doc/NEWS
1
doc/NEWS
@ -37,6 +37,7 @@ Version 4.8.27
|
|||||||
* Filehighlight of JSON files as documents (#4250)
|
* Filehighlight of JSON files as documents (#4250)
|
||||||
* Support of alacritty terminal emulator (https://github.com/alacritty/alacritty) (#4248)
|
* Support of alacritty terminal emulator (https://github.com/alacritty/alacritty) (#4248)
|
||||||
* Support of foot terminal emulator (https://codeberg.org/dnkl/foot) (#4251)
|
* Support of foot terminal emulator (https://codeberg.org/dnkl/foot) (#4251)
|
||||||
|
* Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) (#4267)
|
||||||
* Mouse support in screen: don't check $DISPLAY variable (#4233)
|
* Mouse support in screen: don't check $DISPLAY variable (#4233)
|
||||||
* mc.ext: support fb2 e-books (#4167)
|
* mc.ext: support fb2 e-books (#4167)
|
||||||
* ext.d: use mediainfo to view info about various media files (#4167)
|
* ext.d: use mediainfo to view info about various media files (#4167)
|
||||||
|
16
misc/mc.lib
16
misc/mc.lib
@ -174,3 +174,19 @@ f17=\\e[e
|
|||||||
f18=\\e[f
|
f18=\\e[f
|
||||||
f19=\\e[g
|
f19=\\e[g
|
||||||
f20=\\e[h
|
f20=\\e[h
|
||||||
|
|
||||||
|
[terminal:st]
|
||||||
|
shift-right=\\e[1\;5C
|
||||||
|
shift-left=\\e[1\;5D
|
||||||
|
shift-up=\\e[1\;2A
|
||||||
|
shift-down=\\e[1\;2B
|
||||||
|
alt-shift-right=\\e[1\;6C
|
||||||
|
alt-shift-left=\\e[1\;6D
|
||||||
|
alt-shift-up=\\e[1\;6A
|
||||||
|
alt-shift-down=\\e[1\;6B
|
||||||
|
|
||||||
|
[terminal:st-256color]
|
||||||
|
copy=st
|
||||||
|
|
||||||
|
[terminal:st-git-256color]
|
||||||
|
copy=st
|
||||||
|
Loading…
Reference in New Issue
Block a user