):
The dumpkeymap utility applies only to Mac OS X and NeXTStep/OpenStep. It is an open source reader for what were previously proprietary system .keymapping files. (I say previously because the format information was open sourced by Apple after they bought NeXT.) If you are not using one of these operating systems, then dumpkeymap is not likely of interest to you. It is included with the XFree86 distribution on Mac OS X because the X server can read and use these files. Note on Mac OS X, the keymapping mechanisms have evolved and the dumpkeymap utility is becoming out of date. ... This ability did exist at the system level in NeXTStep/OpenStep, but this has nothing to do with the X server. In fact, XDarwin ignores such character sequences when using .keymapping files.
XkbDisable 17.4.3 The Keyboard Interrupt (INT 9)
The keyboard microcontroller on the PC's motherboard generates two interrupts on each keystroke - one when you press a key and one when you release it. This is on IRQ 1 on the master PIC. The BIOS responds to this interrupt by reading the keyboard's scan code, converting this to an ASCII character, and storing the scan and ASCII codes away in the system type ahead buffer. By default, this interrupt is always enabled. If you disable this interrupt, the system will not be able to respond to any keystrokes, including ctrl-alt-del. Therefore, your programs should always reenable this interrupt if they ever disable it.