mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
* lib/mc.lib: Add f11-f20 keys for Konsole.
This commit is contained in:
parent
b92d02c3c1
commit
f68aab696c
@ -1,3 +1,7 @@
|
|||||||
|
2002-08-08 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.lib: Add f11-f20 keys for Konsole.
|
||||||
|
|
||||||
2002-08-06 Pavel Roskin <proski@gnu.org>
|
2002-08-06 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* syntax/list.syntax: New file.
|
* syntax/list.syntax: New file.
|
||||||
|
12
lib/mc.lib
12
lib/mc.lib
@ -90,6 +90,18 @@ home=\eOH
|
|||||||
pgdn=\e[6~
|
pgdn=\e[6~
|
||||||
pgup=\e[5~
|
pgup=\e[5~
|
||||||
|
|
||||||
|
# Sequences below are for Konsole, which also sets TERM=xterm
|
||||||
|
f11=\eO2P
|
||||||
|
f12=\eO2Q
|
||||||
|
f13=\eO2R
|
||||||
|
f14=\eO2S
|
||||||
|
f15=\e[15;2~
|
||||||
|
f16=\e[17;2~
|
||||||
|
f17=\e[18;2~
|
||||||
|
f18=\e[19;2~
|
||||||
|
f19=\e[20;2~
|
||||||
|
f20=\e[21;2~
|
||||||
|
|
||||||
[terminal:xterm-color]
|
[terminal:xterm-color]
|
||||||
insert=\e[2~
|
insert=\e[2~
|
||||||
f11=\e[23~
|
f11=\e[23~
|
||||||
|
Loading…
Reference in New Issue
Block a user