Re: Ascii characters without keys.
Stephen Gregory <[email protected]>
| Newsgroups | gmane.user-groups.linux.ottawa.general |
|---|---|
| Message-ID | <[email protected]> |
Andy Civil wrote: > > I was hoping that Linux had an equivalent "escape sequence" (non > application specific) that caused the keyboard driver to issue a > character that didn't have a specific key combination. You can remap your keyboard: http://www.cl.cam.ac.uk/~mgk25/unicode.html#input That example uses keycode 113 as mode_switch. On my keyboard that is the left cursor. I used keycode 108 (Alt_R) instead. $ xmodmap -e "keycode 108 = Mode_switch" $ xmodmap -e "keysym 3 = 3 numbersign sterling" ££££ (that should be 4 pound sterling symbols) Usefull commands: xmodmap -pk xev -- sg -- OCLUG general discussion list [email protected] http://oclug.on.ca/mailman/listinfo/oclug