mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
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
This commit is contained in:
parent
aae1efa61a
commit
bf0e9f163a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user