linux/console: Ebene4: Delete anstatt Backspace
This commit is contained in:
parent
f79c16c199
commit
79fd3b99e3
@ -361,10 +361,10 @@ shift shiftr keycode 17 = d
|
||||
altgr keycode 17 = underscore
|
||||
altgr shiftl keycode 17 = U+03b4
|
||||
altgr shiftr keycode 17 = U+03b4
|
||||
ctrll keycode 17 = BackSpace
|
||||
shiftl ctrll keycode 17 = BackSpace
|
||||
shiftr ctrll keycode 17 = BackSpace
|
||||
altgr ctrll keycode 17 = U+0394
|
||||
ctrll keycode 17 = Delete
|
||||
shiftl ctrll keycode 17 = Delete
|
||||
shiftr ctrll keycode 17 = Delete
|
||||
|
||||
keycode 18 = u
|
||||
shift shiftl keycode 18 = u
|
||||
|
@ -357,9 +357,9 @@ shift shiftr keycode 17 = v # v [U+0076] LATIN SMALL LETTER V
|
||||
shiftl keycode 17 = +V # V [U+0056] LATIN CAPITAL LETTER V
|
||||
shiftr keycode 17 = +V # V [U+0056] LATIN CAPITAL LETTER V
|
||||
altgr keycode 17 = underscore # _ [U+005F] LOW LINE
|
||||
ctrll keycode 17 = BackSpace #
|
||||
shiftl ctrll keycode 17 = BackSpace #
|
||||
shiftr ctrll keycode 17 = BackSpace #
|
||||
ctrll keycode 17 = Delete #
|
||||
shiftl ctrll keycode 17 = Delete #
|
||||
shiftr ctrll keycode 17 = Delete #
|
||||
shiftl altgr keycode 17 = VoidSymbol #
|
||||
shiftr altgr keycode 17 = VoidSymbol #
|
||||
ctrll altgr keycode 17 = U+221a # √ [U+221A] SQUARE ROOT
|
||||
|
@ -361,9 +361,9 @@ shift shiftr keycode 17 = w
|
||||
altgr keycode 17 = underscore
|
||||
altgr shiftl keycode 17 = U+03c9
|
||||
altgr shiftr keycode 17 = U+03c9
|
||||
ctrll keycode 17 = BackSpace
|
||||
shiftl ctrll keycode 17 = BackSpace
|
||||
shiftr ctrll keycode 17 = BackSpace
|
||||
ctrll keycode 17 = Delete
|
||||
shiftl ctrll keycode 17 = Delete
|
||||
shiftr ctrll keycode 17 = Delete
|
||||
altgr ctrll keycode 17 = U+03a9
|
||||
|
||||
keycode 18 = e
|
||||
|
Loading…
Reference in New Issue
Block a user