Author: baggins Date: Thu Jul 28 14:10:33 2011 New Revision: 12291 Modified: xinitrc-ng/trunk/Xmodmap Log: - euro sign support - modern comment ;)
Modified: xinitrc-ng/trunk/Xmodmap ============================================================================== --- xinitrc-ng/trunk/Xmodmap (original) +++ xinitrc-ng/trunk/Xmodmap Thu Jul 28 14:10:33 2011 @@ -3,8 +3,8 @@ ! global Xmodmap file -- used by both xdm and xinit (startx) ! keycode and keysym remapping should generally be used only if the X -! server does not use the XKEYBOARD extension (i.e., there is a uncommented -! line "XkbDisable" in the keyboard section of /etc/X11/XF86Config) +! server config file has been configured to disable the XKEYBOARD +! extension ! i386 and alpha ! keycode 22 = BackSpace @@ -18,4 +18,8 @@ ! keycode 50 = BackSpace ! keycode 73 = Delete +! Euro sign support +! keycode 26 = e E currency +! keycode 54 = c C cent +! keycode 113 = Mode_switch Mode_switch Multi_key _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
