Separate out the existing xmodmap hacking into a dotfile, and allow a
local one.
I'm changing over to swapping the caps-lock and control, but I don't
know how to do this without using explicit keycodes which probably isn't
appropriate for global configuration. (Maybe this can be an mdw.conf
thing.)
run init xset m 2 1
## Key mappings.
run init xset m 2 1
## Key mappings.
- xmodmap -e 'keysym BackSpace = BackSpace BackSpace'
+ xmodmap $HOME/.xmodmap
+ if [ -r $HOME/.xmodmap-local ]; then
+ xmodmap $HOME/.xmodmap-local
+ fi
}
###--------------------------------------------------------------------------
}
###--------------------------------------------------------------------------
--- /dev/null
+!!! -*-conf-*-
+
+!! Remove the binding of the backspace key to Terminate_Server.
+keysym BackSpace = BackSpace BackSpace
w3m-config:.w3m/config elinks.conf:.elinks/elinks.conf
dircolors colordiffrc screenrc cvsrc indent.pro"
[ "$xstuff" ] && dotfiles="$dotfiles
w3m-config:.w3m/config elinks.conf:.elinks/elinks.conf
dircolors colordiffrc screenrc cvsrc indent.pro"
[ "$xstuff" ] && dotfiles="$dotfiles
- xinitrc xsession Xdefaults vncrc vncsession
+ xinitrc xsession xmodmap Xdefaults vncrc vncsession
fonts.conf
stalonetrayrc
putty-defaults:.putty/sessions/Default%20Settings
fonts.conf
stalonetrayrc
putty-defaults:.putty/sessions/Default%20Settings