diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-21 10:54:58 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-21 10:54:58 +0000 |
commit | db0a894e62442fd9b4f14f34c2bb18dddcd3d84f (patch) | |
tree | f746e46b216baec4bf8a10e96d27e01d25a15233 /linux/console/bin/console.sondertasten | |
parent | 4debde5c70a7953cae029f6c4305a6739e1cf7da (diff) |
Fehler korrigiert, weshalb Shift (links) nicht ging
git-svn-id: https://svn.neo-layout.org@786 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/console/bin/console.sondertasten | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/console/bin/console.sondertasten b/linux/console/bin/console.sondertasten index 82b2dc7..049c3e2 100644 --- a/linux/console/bin/console.sondertasten +++ b/linux/console/bin/console.sondertasten @@ -57,7 +57,7 @@ compose as usual for "iso-8859-1" ! function keys ! -------------------------------------------------------------------------- ! ----Backspace------------------------------------------------------------- - keycode 42 = Delete Delete + keycode 14 = Delete Delete alt keycode 14 = Meta_Delete shift alt keycode 14 = Meta_Delete ! ----Return Enter---------------------------------------------------------- |