32b2036c3c
Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 1.08-4 - remove condrestart from initscript Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Dec 06 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-2 - only output terminal unicode init sequence if both stdout and stderr are connected to terminals, so that it doesn't show up when script outputs get piped to files Fri Nov 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-1 - update to 1.08 - drop updates which went mainline Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-27 - add detached signature - remove directory names from PAM configuration so that the same config file can be used for any arch on multilib systems
50 lines
1.9 KiB
Diff
50 lines
1.9 KiB
Diff
Map the PrintScreen key and Alt+AltGr to Compose.
|
|
|
|
--- kbd-1.08/data/keymaps/i386/include/compose.inc 2002-10-04 14:48:04.000000000 -0400
|
|
+++ kbd-1.08/data/keymaps/i386/include/compose.inc 2002-11-22 17:36:32.000000000 -0500
|
|
@@ -0,0 +1,8 @@
|
|
+# We map the PrintScreen key (useless) and Alt+AltGr to the Compose key...
|
|
+# A really useful thing not found on normal keyboards. :/
|
|
+#
|
|
+# (c) 2001 Bernhard Rosenkränzer <bero@arklinux.org>
|
|
+
|
|
+keycode 99 = Compose # SysRq/PrintScrn
|
|
+keycode 100 = AltGr
|
|
+alt keycode 100 = Compose
|
|
--- kbd-1.08/data/keymaps/i386/include/qwerty-layout.inc 2002-10-11 07:08:50.000000000 -0400
|
|
+++ kbd-1.08/data/keymaps/i386/include/qwerty-layout.inc 2002-11-22 17:36:32.000000000 -0500
|
|
@@ -28,3 +28,4 @@
|
|
keycode 49 = n
|
|
keycode 50 = m
|
|
#
|
|
+include "compose"
|
|
--- kbd-1.08/data/keymaps/i386/include/qwertz-layout.inc 2002-10-11 07:08:50.000000000 -0400
|
|
+++ kbd-1.08/data/keymaps/i386/include/qwertz-layout.inc 2002-11-22 17:36:32.000000000 -0500
|
|
@@ -28,3 +28,4 @@
|
|
keycode 49 = n
|
|
keycode 50 = m
|
|
#
|
|
+include "compose"
|
|
--- kbd-1.08/data/keymaps/i386/include/linux-with-alt-and-altgr.inc 2002-10-11 07:08:50.000000000 -0400
|
|
+++ kbd-1.08/data/keymaps/i386/include/linux-with-alt-and-altgr.inc 2002-11-22 17:36:32.000000000 -0500
|
|
@@ -1,6 +1,7 @@
|
|
include "linux-keys-bare"
|
|
|
|
keycode 100 = AltGr
|
|
+alt keycode 100 = Compose
|
|
|
|
altgr keycode 70 = Show_Registers
|
|
alt keycode 70 = Scroll_Lock
|
|
--- kbd-1.08/data/keymaps/i386/include/linux-keys-bare.inc 2002-10-12 20:14:06.000000000 -0400
|
|
+++ kbd-1.08/data/keymaps/i386/include/linux-keys-bare.inc 2002-11-22 17:42:04.000000000 -0500
|
|
@@ -148,7 +148,8 @@
|
|
# The three system keys
|
|
#
|
|
keycode 84 = Last_Console # Alt+SysRq/PrintScrn
|
|
-keycode 99 = VoidSymbol # SysRq/PrintScrn
|
|
+#keycode 99 = VoidSymbol # SysRq/PrintScrn
|
|
+keycode 99 = Compose # SysRq/PrintScrn
|
|
alt keycode 99 = Control_backslash
|
|
control keycode 99 = Control_backslash
|
|
|