/[packages]/cauldron/xinitrc/current/SOURCES/xinitrc-Mod_Meta_L_Disable
ViewVC logotype

Contents of /cauldron/xinitrc/current/SOURCES/xinitrc-Mod_Meta_L_Disable

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30198 - (show annotations) (download)
Fri Jan 21 20:03:16 2011 UTC (13 years, 3 months ago) by ennael
File size: 437 byte(s)
imported package xinitrc
1 #!/bin/sh
2 # -*- Mode: shell-script -*-
3 # Copyright (C) 2000 by Chmouel Boudjnah <chmouel@mandrakesoft.com>,
4 # MandrakeSoft. Redistribution of this file is permitted under the
5 # terms of the GNU Public License (GPL)
6 ## description: Remove the MOD_META_L identifier mainly for xemacs
7
8 if [ -f /etc/sysconfig/keyboard ];then
9 if grep -qi "REMOVE_MOD_META_L=yes" /etc/sysconfig/keyboard;then
10 xmodmap -e 'remove mod4 = Meta_L'
11 fi
12 fi

  ViewVC Help
Powered by ViewVC 1.1.30