Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "eurosign:e"
EndSection
XTerm*loginShell: true
me:\
:charset=ISO-8859-1:\
:lang=de_DE.ISO8859-1:
keyboard.encoding=de
?
set meta-flag on
set convert-meta-off
set output-meta on
"^?": delete-char
One of the more simple, yet convenient, uses of xmodmap is
to set the keyboard's "rubout" key to generate an alter
nate keysym. This frequently involves exchanging
Backspace with Delete to be more comfortable to the user.
If the ttyModes resource in xterm is set as well, all ter
minal emulator windows will use the same key for erasing
characters:
% xmodmap -e "keysym BackSpace = Delete"
% echo "XTerm*ttyModes: erase ^?" | xrdb -merge
xmodmap -e "keycode 107=Delete"
We use essential cookies to make this site work, and optional cookies to enhance your experience.