B_PAUSE_KEY
B_PAUSE_KEY, // Pause (0x7f with Ctrl)
if (key == B_PAUSE_KEY && (modifiers & ALT_KEYS) != 0)
if (code == B_PAUSE_KEY)