diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-29 23:52:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-29 23:52:00 +0000 |
commit | bf0e9f163a12c8fb2e622ebae085f4e67b057174 (patch) | |
tree | 74a96f7f4c55ce047b438f0b6145a29f64a29ce1 /docs/startup-HOWTO.html | |
parent | aae1efa61a8dcc9ce31d518c2657c7494a7c9965 (diff) | |
download | irssi-bf0e9f163a12c8fb2e622ebae085f4e67b057174.zip |
Added info how to use xmodmap to set alt as meta key
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1600 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index b4436856..5b11dfa4 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -127,6 +127,12 @@ want to use ALT instead of Windows key for it, use:</p> rxvt*modifier: alt </pre> +<p>You could do this by changing the X key mappings:</p> + +<pre> + xmodmap -e "keysym Alt_L = Meta_L Alt_L" +</pre> + <p>And how exactly do you set these X resources? For Debian, there's /etc/X11/Xresources/xterm file where you can put them and it's read automatically when X starts. ~/.Xresources and ~/.Xdefaults files might also |