Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 095d689027ed7b6f28eafd0dbb57d0d4 > files > 18

xinitrc-2.4.19-6mdv2008.0.src.rpm

#!/bin/sh
# -*- Mode: shell-script -*-
# Copyright (C) 2000 by Chmouel Boudjnah <chmouel@mandrakesoft.com>,
# MandrakeSoft.  Redistribution of this file is permitted under the
# terms of the GNU Public License (GPL)
## description: Remove the MOD_META_L identifier mainly for xemacs

if [ -f /etc/sysconfig/keyboard ];then
    if grep -qi "REMOVE_MOD_META_L=yes" /etc/sysconfig/keyboard;then
	xmodmap -e 'remove mod4 = Meta_L'
    fi
fi