From 234a59fbc991b03d7eaed3c6c187b405c333c940 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 21 Apr 2009 14:58:14 +1000 Subject: [PATCH] keycodes: restore I56-I59 by using aliases for OUTP and friends. 65fba6dfe3435f changed I56 to I59 to OUTP, KITG, KIDN, KIUP and removed the I56 keycodes from the xfree86 map. Some inet models rely on this key for special functionality - they don't work anymore now. Instead of replacing them completely, alias OUTP to I56, etc. Signed-off-by: Peter Hutterer --- keycodes/xfree86 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/keycodes/xfree86 b/keycodes/xfree86 index 932560a..bf91fa8 100644 --- a/keycodes/xfree86 +++ b/keycodes/xfree86 @@ -256,10 +256,10 @@ xkb_keycodes "basic" { // = 211; = 212; = 213; - = 214; - = 215; - = 216; - = 217; + = 214; + = 215; + = 216; + = 217; = 218; // = 219; // = 220; @@ -352,6 +352,10 @@ xkb_keycodes "basic" { alias = ; alias = ; alias = ; + alias = ; + alias = ; + alias = ; + alias = ; // Other codes never generated. The XFree86 ddx never generates // these codes. -- 2.32.0.93.g670b81a890