[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#514537: console-setup: Should handle XF86_Switch_VT_* as Console_*



Package: console-setup
Version: 1.29
Severity: normal
Tags: patch

Hello,

console-setup should probably handle the XF86_Switch_VT_* keysyms as
Console_*, in case some keymaps maps then on some special keys.  See
attached patch

Samuel

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages console-setup depends on:
ii  console-terminus              4.26-2.1   Fixed-width fonts for fast reading
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  xkb-data                      1.5-2      X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  kbd                           1.14.1-4   Linux console font and keytable ut

Versions of packages console-setup suggests:
ii  lsb-base                      3.2-20     Linux Standard Base 3.2 init scrip

-- debconf information excluded

-- 
Samuel
<y> t1 faich
<y> les programmes ils segfaultent jamais quand on veut
 -+- #ens-mim en plein débogage -+-
Index: Keyboard/ckbcomp
===================================================================
--- Keyboard/ckbcomp	(révision 57499)
+++ Keyboard/ckbcomp	(copie de travail)
@@ -2081,18 +2082,18 @@
     'R15' => 'F35',
     'Terminate_Server' => 'VoidSymbol',
     'Pointer_EnableKeys' => 'VoidSymbol',
-    'XF86_Switch_VT_1' => 'VoidSymbol',
-    'XF86_Switch_VT_2' => 'VoidSymbol',
-    'XF86_Switch_VT_3' => 'VoidSymbol',
-    'XF86_Switch_VT_4' => 'VoidSymbol',
-    'XF86_Switch_VT_5' => 'VoidSymbol',
-    'XF86_Switch_VT_6' => 'VoidSymbol',
-    'XF86_Switch_VT_7' => 'VoidSymbol',
-    'XF86_Switch_VT_8' => 'VoidSymbol',
-    'XF86_Switch_VT_9' => 'VoidSymbol',
-    'XF86_Switch_VT_10' => 'VoidSymbol',
-    'XF86_Switch_VT_11' => 'VoidSymbol',
-    'XF86_Switch_VT_12' => 'VoidSymbol',
+    'XF86_Switch_VT_1' => 'Console_1',
+    'XF86_Switch_VT_2' => 'Console_2',
+    'XF86_Switch_VT_3' => 'Console_3',
+    'XF86_Switch_VT_4' => 'Console_4',
+    'XF86_Switch_VT_5' => 'Console_5',
+    'XF86_Switch_VT_6' => 'Console_6',
+    'XF86_Switch_VT_7' => 'Console_7',
+    'XF86_Switch_VT_8' => 'Console_8',
+    'XF86_Switch_VT_9' => 'Console_9',
+    'XF86_Switch_VT_10' => 'Console_10',
+    'XF86_Switch_VT_11' => 'Console_11',
+    'XF86_Switch_VT_12' => 'Console_12',
     'XF86_ClearGrab' => 'VoidSymbol',
     'XF86_Ungrab' => 'VoidSymbol',
     'XF86_Next_VMode' => 'VoidSymbol',

Reply to: