Re: combine key to output char with xmodmap

2015-06-12 Thread Sven Arvidsson
On Fri, 2015-06-12 at 05:09 +0200, Emanuel Berg wrote: Petter Adsen pet...@synth.no writes: A guess: String 0xe2 Sorry, that outputs the literal string as well. Ha, what a silly problem... Maybe this combination of xdotools and xbindkeys might work?

Re: combine key to output char with xmodmap

2015-06-12 Thread Emanuel Berg
Sven Arvidsson s...@whiz.se writes: Maybe this combination of xdotools and xbindkeys might work? http://superuser.com/questions/469004/remap-superarrow-key-to-home-end Again, 'xdotool key 0xe2' works in xterm but not if put in .xbindkeysrc and then invoked with the keystroke. I have xbindkeys

Re: combine key to output char with xmodmap

2015-06-11 Thread Petter Adsen
On Thu, 11 Jun 2015 00:09:00 +0200 Emanuel Berg embe8...@student.uu.se wrote: Sven Arvidsson s...@whiz.se writes: How can I change this line xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) - â (0xe2) so that doesn't happen on CAPS alone (66), but instead (and only) on

Re: combine key to output char with xmodmap

2015-06-11 Thread Emanuel Berg
Petter Adsen pet...@synth.no writes: A guess: String 0xe2 Sorry, that outputs the literal string as well. Ha, what a silly problem... -- underground experts united http://user.it.uu.se/~embe8573 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: combine key to output char with xmodmap

2015-06-10 Thread Sven Arvidsson
On Wed, 2015-06-10 at 03:26 +0200, Emanuel Berg wrote: How can I change this line xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) - â (0xe2) so that doesn't happen on CAPS alone (66), but instead (and only) on M-CAPS (here, M == Alt_L)? xev tells me M/Alt_L has has keycode 64.

Re: combine key to output char with xmodmap

2015-06-10 Thread Emanuel Berg
Sven Arvidsson s...@whiz.se writes: How can I change this line xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) - â (0xe2) so that doesn't happen on CAPS alone (66), but instead (and only) on M-CAPS (here, M == Alt_L)? xev tells me M/Alt_L has has keycode 64. I'm not sure

combine key to output char with xmodmap

2015-06-09 Thread Emanuel Berg
How can I change this line xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) - â (0xe2) so that doesn't happen on CAPS alone (66), but instead (and only) on M-CAPS (here, M == Alt_L)? xev tells me M/Alt_L has has keycode 64. -- underground experts united http://user.it.uu.se/~embe8573