Main /

Shift Cursortasten

Shift Cursortasten

Wenn die folgende Datei mit loadkey shift.map eingebunden wird, stehen viele nützliche Tastenkombinationen für die Verwendung in Consolen-Editoren zur verfügung. Unter anderem sind diese Keybindings kompatibel zum CUA-Modus in jed.

shift.map

# Load this key map with: loadkey shift.map
# Shift + Up
shift keycode 103 = F100
string F100 = "\033[a"
# Shift + Left
shift keycode 106 = F101
string F101 = "\033[c"
# Shift + Right
shift keycode 105 = F102
string F102 = "\033[d"
# Shift + Down
shift keycode 108 = F103
string F103 = "\033[b"
# Ctrl + Ins
control keycode 110 = F104
string F104="\033[2^"
# Shift + Ins
shift keycode 110 = F105
string F105="\033[2$"
# Shift + PgUp
shift keycode 104 = F106
string F106 = "\033[5$"
# Shift + PgDn
shift keycode 109 = F107
string F107 = "\033[6$"
# Shift + Home
shift keycode 102 = F108
string F108 = "\033[1$"
# Shift + End
shift keycode 107 = F109
string F109 = "\033[4$"
# Shift + Del
shift keycode 111 = F110
string F110 = "\033[3$"
# Ctrl + Del
control keycode 111 = F111
string F111 = "\033[3^"


Quelle: http://www.linuxforum.com/linux-configuration/x43.html

Frische Änderungen | Menü editieren
zuletzt geändert am 16.10.2005 17:05 Uhr von Elsni
Edit Page | Page History