Code Sample |
# For non-US Keyboards if [ ${KEYTABLE:0:2} != "us" ]; then xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" & fi |
Code Sample |
xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" & |
Code Sample |
# For non-US Keyboards #if [ ${KEYTABLE:0:2} != "us" ]; then xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" & #fi |
Code Sample |
if [ ${KEYTABLE:0:2} != "us" ]; then |
Code Sample |
getknoppixparam.lua KEYTABLE |
Quote |
INIT: Entering runlevel: 5 Restoring backup files from /mnt/hda3/ Done. Loading usr/share/keymaps/i386/qwerty/se-latin1.kmap.gz su(pam_unix)[811] ... etc. |
Code Sample |
lba32 #enable large disk support timeout=30 #wait 3 seconds before auto-booting vga=normal boot=/dev/hda #put boot loader in MBR of target disk root=/dev/hda1 #set root to be partition of target disk image=/boot/linux24 label=DSL initrd=/boot/minirt24.gz read-only APPEND="ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi nomce nodma quiet frugal BOOT_IMAGE=/KNOPPIX/KNOPPIX restore=hda3 home=hda3 opt=hda3 host=tor noscsi lang=se mydsl=hda3" |
Code Sample |
#!/bin/bash # put other system startup command here loadkeys se-latin1 /usr/sbin/lpd |