I can't seem to figure out how to configure the keyboard. On the console, I finally managed to get the delete-key on the keypad to erase the character under the cursor by putting: "\e[3~": delete-char in my .inputrc. Now I understand that somehow "\e[3~" refers to the keypad-delete key, I just don't understand how, or why. In other words: where can I find a listing of which key generates which code, so that I can remap it? Also, I use a Norwegian keyboard (no-latin.map) and i use the special characters aring, Aring, ae, AE, oslash and Oslash. The first five display fine, but Oslash generates some hourglass symbol (Ooblique does the same thing). Any ideas? My next problem is with rxvt. According tho the Howto, it's supposed to inherit the keybord settings from its invoker. I've tried invoking it from the console and from X (from wharf in afterstep actually), and it doesn't seem to conform to neither .inputrc nor /usr/lib/kbd/keytables/no-latin1.map nor my Xmodmap settings. Where do I configure it? - Bendik