home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / X11 / Xsession.d / 80ubuntu-xmodmap < prev    next >
Encoding:
Text File  |  2007-04-11  |  431 b   |  14 lines

  1. # Set the Ubuntu laptop keycode -> xkeysyms mapping (used by KDE)
  2. #
  3. # This file is sourced by Xsession(5), not executed.
  4. # The "|| true" is to ensure that the Xsession script does not terminate on error
  5. /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true
  6.  
  7. USRMODMAP="$HOME/.Xmodmap"
  8.  
  9. if [ -x /usr/bin/xmodmap ]; then
  10.         if [ -f "$USRMODMAP" ]; then
  11.                 /usr/bin/xmodmap "$USRMODMAP" || true
  12.         fi
  13. fi
  14.