Re: combine key to output char with xmodmap

2015-06-12 Thread Emanuel Berg
Sven Arvidsson 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 up and ru

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 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? http://superuser.com/questions

Re: combine key to output char with xmodmap

2015-06-11 Thread Emanuel Berg
Petter Adsen 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 "unsubscribe"

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 wrote: > Sven Arvidsson 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 (her

Re: combine key to output char with xmodmap

2015-06-10 Thread Emanuel Berg
Sven Arvidsson 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 su

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 keyc

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