Talk:List of keysyms
Jump to navigation
Jump to search
I'm hoping I have a fairly normal configuration. It would be good if somebody could get a list of all the keysyms that can be enabled. I was originally going to put the xmodmap ones on this page as well, but it was long enough already.
If it helps anybody, I generated the original HTML with the command
dumpkeys -l | grep '0x' | awk '{OFS=""; print "<tr><td>", $2, "</td>\t<td>", $1, "</td>\t<td></td></tr>"}' -
--Genericist 16:42, Mar 28, 2005 (EST)