Which consumer control keys can you actually use?

(with QMK/Linux/evdev/X11)

A keypress goes through several layers of mapping. It can only be recognized by applications if every layer of this mapping process knows what to do with it. For normal typing keys, this is hopefully all of them, but the consumer page (containing things like media keys, brightness adjustment keys, and a bunch of weird things you've probably never seen on a weird keyboard) is a lot more inconsistent.

QMK key name HID usage IDNameType evdev idnames xorg idnames xorg keysyms
If there isn't one defined for you, you can make a custom keycode that calls host_consumer_send(usage_id) in process_record_user().
(This is all the builtin ones are doing, via this mapping function.)
HID usage tables, chapter 15.
Chapter 3.4 of the same document explains the usage type column.
Definitions here, mappings here.
View these with evtest.
Xorg numeric keycodes are always the evdev numbers + 8.
Names are assigned in xkb configuration, in /usr/share/X11/xkb/keycodes/evdev.
Only keycodes <= 255 can be used, but names are assigned for a lot more (shown in gray italics here). I don't know why.
This part depends on your Xorg keymap, which is assembled from several files in /usr/share/X11/xkb/symbols and can be customized. Most of those shown here come from the evdev section of /usr/share/X11/xkb/symbols/inet.
- 0x0020 +10 OSC - - - - -
- 0x0021 +100 OSC - - - - -
- 0x0022 AM/PM OSC - - - - -
- 0x0030 Power OOC 116 KEY_POWER 124 <POWR> XF86PowerOff
- 0x0031 Reset OSC 408 KEY_RESTART 416 <I416> -
- 0x0032 Sleep OSC 142 KEY_SLEEP 150 <I150> XF86Sleep
- 0x0033 Sleep After OSC - - - - -
- 0x0034 Sleep Mode RTC 142 KEY_SLEEP 150 <I150> XF86Sleep
- 0x0035 Illumination OOC 228 KEY_KBDILLUMTOGGLE 236 <I236> XF86KbdLightOnOff
- 0x0036 Function Buttons varies 256 BTN_0 264 - -
- 0x0040 Menu OOC 139 KEY_MENU 147 <I147> XF86MenuKB
- 0x0041 Menu Pick OSC 353 KEY_SELECT 361 <I361> -
- 0x0042 Menu Up OSC 103 KEY_UP 111 <UP> Up
- 0x0043 Menu Down OSC 108 KEY_DOWN 116 <DOWN> Down
- 0x0044 Menu Left OSC 105 KEY_LEFT 113 <LEFT> Left
- 0x0045 Menu Right OSC 106 KEY_RIGHT 114 <RGHT> Right
- 0x0046 Menu Escape OSC 1 KEY_ESC 9 <ESC> Escape
- 0x0047 Menu Value Increase OSC 78 KEY_KPPLUS 86 <KPAD> KP_Add
- 0x0048 Menu Value Decrease OSC 74 KEY_KPMINUS 82 <KPSU> KP_Subtract
- 0x0060 Data On Screen OOC 358 KEY_INFO 366 <I366> -
- 0x0061 Closed Caption OOC 370 KEY_SUBTITLE 378 <I378> -
- 0x0062 Closed Caption Select OSC - - - - -
- 0x0063 VCR/TV OOC 379 KEY_VCR 387 <I387> -
- 0x0064 Broadcast Mode OSC - - - - -
- 0x0065 Snapshot OSC 212 KEY_CAMERA 220 <I220> XF86WebCam
- 0x0066 Still OSC - - - - -
- 0x0067 Picture-in-Picture Toggle OSC - - - - -
- 0x0068 Picture-in-Picture Swap OSC - - - - -
- 0x0069 Red Menu Button MC 398 KEY_RED 406 <I406> -
- 0x006a Green Menu Button MC 399 KEY_GREEN 407 <I407> -
- 0x006b Blue Menu Button MC 401 KEY_BLUE 409 <I409> -
- 0x006c Yellow Menu Button MC 400 KEY_YELLOW 408 <I408> -
- 0x006d Aspect OSC 375 KEY_ASPECT_RATIO
KEY_SCREEN
383 <I383> -
- 0x006e 3D Mode Select OSC - - - - -
KC_BRIGHTNESS_UP 0x006f Display Brightness Increment RTC 225 KEY_BRIGHTNESSUP 233 <I233> XF86MonBrightnessUp
KC_BRIGHTNESS_DOWN 0x0070 Display Brightness Decrement RTC 224 KEY_BRIGHTNESSDOWN 232 <I232> XF86MonBrightnessDown
- 0x0071 Display Brightness LC - - - - -
- 0x0072 Display Backlight Toggle OOC 431 KEY_DISPLAYTOGGLE
KEY_BRIGHTNESS_TOGGLE
439 <I439> -
- 0x0073 Display Set Brightness to Minimum OSC 592 KEY_BRIGHTNESS_MIN 600 <I600> -
- 0x0074 Display Set Brightness to Maximum OSC 593 KEY_BRIGHTNESS_MAX 601 <I601> -
- 0x0075 Display Set Auto Brightness OOC 244 KEY_BRIGHTNESS_AUTO
KEY_BRIGHTNESS_ZERO
252 <I252> XF86BrightnessAuto
- 0x0076 Camera Access Enabled OOC 587 KEY_CAMERA_ACCESS_ENABLE 595 <I595> -
- 0x0077 Camera Access Disabled OOC 588 KEY_CAMERA_ACCESS_DISABLE 596 <I596> -
- 0x0078 Camera Access Toggle OOC 589 KEY_CAMERA_ACCESS_TOGGLE 597 <I597> -
- 0x0079 Keyboard Brightness Increment OSC 230 KEY_KBDILLUMUP 238 <I238> XF86KbdBrightnessUp
- 0x007a Keyboard Brightness Decrement OSC 229 KEY_KBDILLUMDOWN 237 <I237> XF86KbdBrightnessDown
- 0x007b Keyboard Backlight Set Level LC - - - - -
- 0x007c Keyboard Backlight OOC OOC 228 KEY_KBDILLUMTOGGLE 236 <I236> XF86KbdLightOnOff
- 0x007d Keyboard Backlight Set Minimum OSC - - - - -
- 0x007e Keyboard Backlight Set Maximum OSC - - - - -
- 0x007f Keyboard Backlight Auto OOC - - - - -
- 0x0081 Assign Selection OSC - - - - -
- 0x0082 Mode Step OSC 241 KEY_VIDEO_NEXT 249 <I249> XF86Next_VMode
- 0x0083 Recall Last OSC 405 KEY_LAST 413 <I413> -
- 0x0084 Enter Channel OSC 28 KEY_ENTER 36 <RTRN> Return
- 0x0085 Order Movie OSC - - - - -
- 0x0086 Channel LC - - - - -
- 0x0088 Media Select Computer Sel 376 KEY_PC 384 <I384> -
- 0x0089 Media Select TV Sel 377 KEY_TV 385 <I385> -
- 0x008a Media Select WWW Sel 150 KEY_WWW 158 <I158> XF86WWW
- 0x008b Media Select DVD Sel 389 KEY_DVD 397 <I397> -
- 0x008c Media Select Telephone Sel 169 KEY_PHONE 177 <I177> XF86Phone
- 0x008d Media Select Program Guide Sel 362 KEY_PROGRAM 370 <I370> -
- 0x008e Media Select Video Phone Sel 416 KEY_VIDEOPHONE 424 <I424> -
- 0x008f Media Select Games Sel 417 KEY_GAMES 425 <I425> -
- 0x0090 Media Select Messages Sel 396 KEY_MEMO 404 <I404> -
- 0x0091 Media Select CD Sel 383 KEY_CD 391 <I391> -
- 0x0092 Media Select VCR Sel 379 KEY_VCR 387 <I387> -
- 0x0093 Media Select Tuner Sel 386 KEY_TUNER 394 <I394> -
- 0x0094 Quit OSC 174 KEY_EXIT 182 <I182> XF86Close
- 0x0095 Help OOC 138 KEY_HELP 146 <HELP> Help
- 0x0096 Media Select Tape Sel 384 KEY_TAPE 392 <I392> -
- 0x0097 Media Select Cable Sel 378 KEY_TV2 386 <I386> -
- 0x0098 Media Select Satellite Sel 381 KEY_SAT 389 <I389> -
- 0x0099 Media Select Security Sel - - - - -
- 0x009a Media Select Home Sel 366 KEY_PVR 374 <I374> -
- 0x009b Media Select Call Sel - - - - -
- 0x009c Channel Increment OSC 402 KEY_CHANNELUP 410 <I410> -
- 0x009d Channel Decrement OSC 403 KEY_CHANNELDOWN 411 <I411> -
- 0x009e Media Select SAP Sel - - - - -
- 0x00a0 VCR Plus OSC 380 KEY_VCR2 388 <I388> -
- 0x00a1 Once OSC - - - - -
- 0x00a2 Daily OSC - - - - -
- 0x00a3 Weekly OSC - - - - -
- 0x00a4 Monthly OSC - - - - -
- 0x00b0 Play OOC 207 KEY_PLAY 215 <I215> XF86AudioPlay
- 0x00b1 Pause OOC 119 KEY_PAUSE 127 <PAUS> Pause
- 0x00b2 Record OOC 167 KEY_RECORD 175 <I175> XF86AudioRecord
KC_MEDIA_FAST_FORWARD 0x00b3 Fast Forward OOC 208 KEY_FASTFORWARD 216 <I216> XF86AudioForward
KC_MEDIA_REWIND 0x00b4 Rewind OOC 168 KEY_REWIND 176 <I176> XF86AudioRewind
KC_MEDIA_NEXT_TRACK 0x00b5 Scan Next Track OSC 163 KEY_NEXTSONG 171 <I171> XF86AudioNext
KC_MEDIA_PREV_TRACK 0x00b6 Scan Previous Track OSC 165 KEY_PREVIOUSSONG 173 <I173> XF86AudioPrev
KC_MEDIA_STOP 0x00b7 Stop OSC 166 KEY_STOPCD 174 <I174> XF86AudioStop
- 0x00b8 Eject OSC 161 KEY_EJECTCD 169 <I169> XF86Eject
- 0x00b9 Random Play OOC 410 KEY_SHUFFLE 418 <I418> -
- 0x00bb Enter Disc MC - - - - -
- 0x00bc Repeat OSC 439 KEY_MEDIA_REPEAT 447 <I447> -
- 0x00bd Tracking LC - - - - -
- 0x00be Track Normal OSC - - - - -
- 0x00bf Slow Tracking LC 409 KEY_SLOW 417 <I417> -
- 0x00c0 Frame Forward RTC - - - - -
- 0x00c1 Frame Back RTC - - - - -
- 0x00c2 Mark OSC - - - - -
- 0x00c3 Clear Mark OSC - - - - -
- 0x00c4 Repeat From Mark OOC - - - - -
- 0x00c5 Return To Mark OSC - - - - -
- 0x00c6 Search Mark Forward OSC - - - - -
- 0x00c7 Search Mark Backwards OSC - - - - -
- 0x00c8 Counter Reset OSC - - - - -
- 0x00c9 Show Counter OSC - - - - -
- 0x00ca Tracking Increment RTC - - - - -
- 0x00cb Tracking Decrement RTC - - - - -
KC_MEDIA_EJECT 0x00cc Stop/Eject OSC - - - - -
KC_MEDIA_PLAY_PAUSE 0x00cd Play/Pause OSC 164 KEY_PLAYPAUSE 172 <I172> XF86AudioPlay
XF86AudioPause (shifted)
- 0x00ce Play/Skip OSC - - - - -
- 0x00cf Voice Command OSC 582 KEY_VOICECOMMAND 590 <I590> -
- 0x00d0 Invoke Capture Interface Sel - - - - -
- 0x00d1 Start or Stop Game Recording Sel - - - - -
- 0x00d2 Historical Game Capture Sel - - - - -
- 0x00d3 Capture Game Screenshot Sel - - - - -
- 0x00d4 Show or Hide Recording Indicator Sel - - - - -
- 0x00d5 Start or Stop Microphone Capture Sel - - - - -
- 0x00d6 Start or Stop Camera Capture Sel - - - - -
- 0x00d7 Start or Stop Game Broadcast Sel - - - - -
- 0x00d8 Start or Stop Voice Dictation Session OOC 586 KEY_DICTATE 594 <I594> -
- 0x00d9 Invoke/Dismiss Emoji Picker OOC 585 KEY_EMOJI_PICKER 593 <I593> -
- 0x00e0 Volume LC - - - - -
- 0x00e1 Balance LC - - - - -
KC_AUDIO_MUTE 0x00e2 Mute OOC 113 KEY_MUTE 121 <MUTE> XF86AudioMute
- 0x00e3 Bass LC - - - - -
- 0x00e4 Treble LC - - - - -
- 0x00e5 Bass Boost OOC 209 KEY_BASSBOOST 217 <I217> -
- 0x00e6 Surround Mode OSC - - - - -
- 0x00e7 Loudness OOC - - - - -
- 0x00e8 MPX OOC - - - - -
KC_AUDIO_VOL_UP 0x00e9 Volume Increment RTC 115 KEY_VOLUMEUP 123 <VOL+> XF86AudioRaiseVolume
KC_AUDIO_VOL_DOWN 0x00ea Volume Decrement RTC 114 KEY_VOLUMEDOWN 122 <VOL-> XF86AudioLowerVolume
- 0x00f0 Speed Select OSC - - - - -
- 0x00f2 Standard Play Sel - - - - -
- 0x00f3 Long Play Sel - - - - -
- 0x00f4 Extended Play Sel - - - - -
- 0x00f5 Slow OSC 409 KEY_SLOW 417 <I417> -
- 0x0100 Fan Enable OOC - - - - -
- 0x0101 Fan Speed LC - - - - -
- 0x0102 Light Enable OOC - - - - -
- 0x0103 Light Illumination Level LC - - - - -
- 0x0104 Climate Control Enable OOC - - - - -
- 0x0105 Room Temperature LC - - - - -
- 0x0106 Security Enable OOC - - - - -
- 0x0107 Fire Alarm OSC - - - - -
- 0x0108 Police Alarm OSC - - - - -
- 0x0109 Proximity LC - - - - -
- 0x010a Motion OSC - - - - -
- 0x010b Duress Alarm OSC - - - - -
- 0x010c Holdup Alarm OSC - - - - -
- 0x010d Medical Alarm OSC - - - - -
- 0x0500 Contact Edited OOC - - - - -
- 0x0501 Contact Added OOC - - - - -
- 0x0502 Contact Record Active OOC - - - - -
- 0x0150 Balance Right RTC - - - - -
- 0x0151 Balance Left RTC - - - - -
- 0x0152 Bass Increment RTC - - - - -
- 0x0153 Bass Decrement RTC - - - - -
- 0x0154 Treble Increment RTC - - - - -
- 0x0155 Treble Decrement RTC - - - - -
- 0x0170 Sub-channel LC - - - - -
- 0x0171 Sub-channel Increment OSC - - - - -
- 0x0172 Sub-channel Decrement OSC - - - - -
- 0x0173 Alternate Audio Increment OSC - - - - -
- 0x0174 Alternate Audio Decrement OSC - - - - -
- 0x0181 AL Launch Button Configuration Tool Sel 576 KEY_BUTTONCONFIG 584 <I584> -
- 0x0182 AL Programmable Button Configuration Sel 156 KEY_BOOKMARKS 164 <I164> XF86Favorites
KC_MEDIA_SELECT 0x0183 AL Consumer Control Configuration Sel 171 KEY_CONFIG 179 <I179> XF86Tools
- 0x0184 AL Word Processor Sel 421 KEY_WORDPROCESSOR 429 <I429> -
- 0x0185 AL Text Editor Sel 422 KEY_EDITOR 430 <I430> -
- 0x0186 AL Spreadsheet Sel 423 KEY_SPREADSHEET 431 <I431> -
- 0x0187 AL Graphics Editor Sel 424 KEY_GRAPHICSEDITOR 432 <I432> -
- 0x0188 AL Presentation App Sel 425 KEY_PRESENTATION 433 <I433> -
- 0x0189 AL Database App Sel 426 KEY_DATABASE 434 <I434> -
KC_MAIL 0x018a AL Email Reader Sel 155 KEY_MAIL 163 <I163> XF86Mail
- 0x018b AL Newsreader Sel 427 KEY_NEWS 435 <I435> -
- 0x018c AL Voicemail Sel 428 KEY_VOICEMAIL 436 <I436> -
- 0x018d AL Contacts/Address Book Sel 429 KEY_ADDRESSBOOK 437 <I437> -
- 0x018e AL Calendar/Schedule Sel 397 KEY_CALENDAR 405 <I405> -
- 0x018f AL Task/Project Manager Sel 577 KEY_TASKMANAGER 585 <I585> -
- 0x0190 AL Log/Journal/Timecard Sel 578 KEY_JOURNAL 586 <I586> -
- 0x0191 AL Checkbook/Finance Sel 219 KEY_FINANCE 227 <I227> XF86Finance
KC_CALCULATOR 0x0192 AL Calculator Sel 140 KEY_CALC 148 <I148> XF86Calculator
- 0x0193 AL A/V Capture/Playback Sel 387 KEY_PLAYER 395 <I395> -
KC_MY_COMPUTER 0x0194 AL Local Machine Browser Sel 144 KEY_FILE 152 <I152> XF86Explorer
- 0x0195 AL LAN/WAN Browser Sel - - - - -
- 0x0196 AL Internet Browser Sel 150 KEY_WWW 158 <I158> XF86WWW
- 0x0197 AL Remote Networking/ISP Connect Sel - - - - -
- 0x0198 AL Network Conference Sel - - - - -
- 0x0199 AL Network Chat Sel 216 KEY_CHAT 224 <I224> XF86Messenger
- 0x019a AL Telephony/Dialer Sel - - - - -
- 0x019b AL Logon Sel - - - - -
- 0x019c AL Logoff Sel 433 KEY_LOGOFF 441 <I441> -
- 0x019d AL Logon/Logoff Sel - - - - -
- 0x019e AL Terminal Lock/Screensaver Sel 152 KEY_COFFEE
KEY_SCREENLOCK
160 <I160> XF86ScreenSaver
KC_CONTROL_PANEL 0x019f AL Control Panel Sel 579 KEY_CONTROLPANEL 587 <I587> -
- 0x01a0 AL Command Line Processor/Run Sel - - - - -
- 0x01a1 AL Process/Task Manager Sel - - - - -
- 0x01a2 AL Select Task/Application Sel 580 KEY_APPSELECT 588 <I588> -
- 0x01a3 AL Next Task/Application Sel 407 KEY_NEXT 415 <I415> -
- 0x01a4 AL Previous Task/Application Sel 412 KEY_PREVIOUS 420 <I420> -
- 0x01a5 AL Preemptive Halt Task/Application Sel - - - - -
- 0x01a6 AL Integrated Help Center Sel 138 KEY_HELP 146 <HELP> Help
- 0x01a7 AL Documents Sel 235 KEY_DOCUMENTS 243 <I243> XF86Documents
- 0x01a8 AL Thesaurus Sel - - - - -
- 0x01a9 AL Dictionary Sel - - - - -
- 0x01aa AL Desktop Sel - - - - -
- 0x01ab AL Spell Check Sel 432 KEY_SPELLCHECK 440 <I440> -
- 0x01ac AL Grammar Check Sel - - - - -
- 0x01ad AL Wireless Status Sel - - - - -
- 0x01ae AL Keyboard Layout Sel 374 KEY_KEYBOARD 382 <I382> -
- 0x01af AL Virus Protection Sel - - - - -
- 0x01b0 AL Encryption Sel - - - - -
- 0x01b1 AL Screen Saver Sel 581 KEY_SCREENSAVER 589 <I589> -
- 0x01b2 AL Alarms Sel - - - - -
- 0x01b3 AL Clock Sel - - - - -
- 0x01b4 AL File Browser Sel 144 KEY_FILE 152 <I152> XF86Explorer
- 0x01b5 AL Power Status Sel - - - - -
- 0x01b6 AL Image Browser Sel 442 KEY_IMAGES 450 <I450> -
- 0x01b7 AL Audio Browser Sel 392 KEY_AUDIO 400 <I400> -
- 0x01b8 AL Movie Browser Sel 393 KEY_VIDEO 401 <I401> -
- 0x01b9 AL Digital Rights Manager Sel - - - - -
- 0x01ba AL Digital Wallet Sel - - - - -
- 0x01bc AL Instant Messaging Sel 430 KEY_MESSENGER 438 <I438> -
- 0x01bd AL OEM Features/ Tips/Tutorial Browser Sel 358 KEY_INFO 366 <I366> -
- 0x01be AL OEM Help Sel - - - - -
- 0x01bf AL Online Community Sel - - - - -
- 0x01c0 AL Entertainment Content Browser Sel - - - - -
- 0x01c1 AL Online Shopping Browser Sel - - - - -
- 0x01c2 AL SmartCard Information/Help Sel - - - - -
- 0x01c3 AL Market Monitor/Finance Browser Sel - - - - -
- 0x01c4 AL Customized Corporate News Browser Sel - - - - -
- 0x01c5 AL Online Activity Browser Sel - - - - -
- 0x01c6 AL Research/Search Browser Sel - - - - -
- 0x01c7 AL Audio Player Sel - - - - -
- 0x01c8 AL Message Status Sel - - - - -
- 0x01c9 AL Contact Sync Sel - - - - -
- 0x01ca AL Navigation Sel - - - - -
KC_ASSISTANT 0x01cb AL Context-aware Desktop Assistant Sel 583 KEY_ASSISTANT 591 <I591> -
- 0x0201 AC New Sel 181 KEY_NEW 189 <I189> XF86New
- 0x0202 AC Open Sel 134 KEY_OPEN 142 <OPEN> XF86Open
- 0x0203 AC Close Sel 206 KEY_CLOSE 214 <I214> XF86Close
- 0x0204 AC Exit Sel 174 KEY_EXIT 182 <I182> XF86Close
- 0x0205 AC Maximize Sel - - - - -
- 0x0206 AC Minimize Sel - - - - -
- 0x0207 AC Save Sel 234 KEY_SAVE 242 <I242> XF86Save
- 0x0208 AC Print Sel 210 KEY_PRINT 218 <I218> Print
- 0x0209 AC Properties Sel 130 KEY_PROPS 138 <PROP> SunProps
- 0x021a AC Undo Sel 131 KEY_UNDO 139 <UNDO> Undo
- 0x021b AC Copy Sel 133 KEY_COPY 141 <COPY> XF86Copy
- 0x021c AC Cut Sel 137 KEY_CUT 145 <CUT> XF86Cut
- 0x021d AC Paste Sel 135 KEY_PASTE 143 <PAST> XF86Paste
- 0x021e AC Select All Sel - - - - -
- 0x021f AC Find Sel 136 KEY_FIND 144 <FIND> Find
- 0x0220 AC Find and Replace Sel - - - - -
KC_WWW_SEARCH 0x0221 AC Search Sel 217 KEY_SEARCH 225 <I225> XF86Search
- 0x0222 AC Go To Sel 354 KEY_GOTO 362 <I362> -
KC_WWW_HOME 0x0223 AC Home Sel 172 KEY_HOMEPAGE 180 <I180> XF86HomePage
KC_WWW_BACK 0x0224 AC Back Sel 158 KEY_BACK 166 <I166> XF86Back
KC_WWW_FORWARD 0x0225 AC Forward Sel 159 KEY_FORWARD 167 <I167> XF86Forward
KC_WWW_STOP 0x0226 AC Stop Sel 128 KEY_STOP 136 <STOP> Cancel
KC_WWW_REFRESH 0x0227 AC Refresh Sel 173 KEY_REFRESH 181 <I181> XF86Reload
- 0x0228 AC Previous Link Sel - - - - -
- 0x0229 AC Next Link Sel - - - - -
KC_WWW_FAVORITES 0x022a AC Bookmarks Sel 156 KEY_BOOKMARKS 164 <I164> XF86Favorites
- 0x022b AC History Sel - - - - -
- 0x022c AC Subscriptions Sel - - - - -
- 0x022d AC Zoom In Sel 418 KEY_ZOOMIN 426 <I426> -
- 0x022e AC Zoom Out Sel 419 KEY_ZOOMOUT 427 <I427> -
- 0x022f AC Zoom LC 420 KEY_ZOOMRESET 428 <I428> -
- 0x0230 AC Full Screen View Sel - - - - -
- 0x0231 AC Normal View Sel - - - - -
- 0x0232 AC View Toggle Sel 372 KEY_FULL_SCREEN
KEY_ZOOM
380 <I380> -
- 0x0233 AC Scroll Up Sel 177 KEY_SCROLLUP 185 <I185> XF86ScrollUp
- 0x0234 AC Scroll Down Sel 178 KEY_SCROLLDOWN 186 <I186> XF86ScrollDown
- 0x0235 AC Scroll LC - - - - -
- 0x0236 AC Pan Left Sel - - - - -
- 0x0237 AC Pan Right Sel - - - - -
- 0x0238 AC Pan LC - (mouse wheel scroll right) - - -
- 0x0239 AC New Window Sel - - - - -
- 0x023a AC Tile Horizontally Sel - - - - -
- 0x023b AC Tile Vertically Sel - - - - -
- 0x023c AC Format Sel - - - - -
- 0x023d AC Edit Sel 176 KEY_EDIT 184 <I184> -
- 0x023e AC Bold Sel - - - - -
- 0x023f AC Italics Sel - - - - -
- 0x0240 AC Underline Sel - - - - -
- 0x0241 AC Strikethrough Sel - - - - -
- 0x0242 AC Subscript Sel - - - - -
- 0x0243 AC Superscript Sel - - - - -
- 0x0244 AC All Caps Sel - - - - -
- 0x0245 AC Rotate Sel - - - - -
- 0x0246 AC Resize Sel - - - - -
- 0x0247 AC Flip Horizontal Sel - - - - -
- 0x0248 AC Flip Vertical Sel - - - - -
- 0x0249 AC Mirror Horizontal Sel - - - - -
- 0x024a AC Mirror Vertical Sel - - - - -
- 0x024b AC Font Select Sel - - - - -
- 0x024c AC Font Color Sel - - - - -
- 0x024d AC Font Size Sel - - - - -
- 0x024e AC Justify Left Sel - - - - -
- 0x024f AC Justify Center H Sel - - - - -
- 0x0250 AC Justify Right Sel - - - - -
- 0x0251 AC Justify Block H Sel - - - - -
- 0x0252 AC Justify Top Sel - - - - -
- 0x0253 AC Justify Center V Sel - - - - -
- 0x0254 AC Justify Bottom Sel - - - - -
- 0x0255 AC Justify Block V Sel - - - - -
- 0x0256 AC Indent Decrease Sel - - - - -
- 0x0257 AC Indent Increase Sel - - - - -
- 0x0258 AC Numbered List Sel - - - - -
- 0x0259 AC Restart Numbering Sel - - - - -
- 0x025a AC Bulleted List Sel - - - - -
- 0x025b AC Promote Sel - - - - -
- 0x025c AC Demote Sel - - - - -
- 0x025d AC Yes Sel - - - - -
- 0x025e AC No Sel - - - - -
- 0x025f AC Cancel Sel 223 KEY_CANCEL 231 <I231> Cancel
- 0x0260 AC Catalog Sel - - - - -
- 0x0261 AC Buy/Checkout Sel - - - - -
- 0x0262 AC Add to Cart Sel - - - - -
- 0x0263 AC Expand Sel - - - - -
- 0x0264 AC Expand All Sel - - - - -
- 0x0265 AC Collapse Sel - - - - -
- 0x0266 AC Collapse All Sel - - - - -
- 0x0267 AC Print Preview Sel - - - - -
- 0x0268 AC Paste Special Sel - - - - -
- 0x0269 AC Insert Mode Sel 110 KEY_INSERT 118 <INS> Insert
- 0x026a AC Delete Sel 111 KEY_DELETE 119 <DELE> Delete
- 0x026b AC Lock Sel - - - - -
- 0x026c AC Unlock Sel - - - - -
- 0x026d AC Protect Sel - - - - -
- 0x026e AC Unprotect Sel - - - - -
- 0x026f AC Attach Comment Sel - - - - -
- 0x0270 AC Delete Comment Sel - - - - -
- 0x0271 AC View Comment Sel - - - - -
- 0x0272 AC Select Word Sel - - - - -
- 0x0273 AC Select Sentence Sel - - - - -
- 0x0274 AC Select Paragraph Sel - - - - -
- 0x0275 AC Select Column Sel - - - - -
- 0x0276 AC Select Row Sel - - - - -
- 0x0277 AC Select Table Sel - - - - -
- 0x0278 AC Select Object Sel - - - - -
- 0x0279 AC Redo/Repeat Sel 182 KEY_REDO 190 <I190> Redo
- 0x027a AC Sort Sel - - - - -
- 0x027b AC Sort Ascending Sel - - - - -
- 0x027c AC Sort Descending Sel - - - - -
- 0x027d AC Filter Sel - - - - -
- 0x027e AC Set Clock Sel - - - - -
- 0x027f AC View Clock Sel - - - - -
- 0x0280 AC Select Time Zone Sel - - - - -
- 0x0281 AC Edit Time Zones Sel - - - - -
- 0x0282 AC Set Alarm Sel - - - - -
- 0x0283 AC Clear Alarm Sel - - - - -
- 0x0284 AC Snooze Alarm Sel - - - - -
- 0x0285 AC Reset Alarm Sel - - - - -
- 0x0286 AC Synchronize Sel - - - - -
- 0x0287 AC Send/Receive Sel - - - - -
- 0x0288 AC Send To Sel - - - - -
- 0x0289 AC Reply Sel 232 KEY_REPLY 240 <I240> XF86Reply
- 0x028a AC Reply All Sel - - - - -
- 0x028b AC Forward Msg Sel 233 KEY_FORWARDMAIL 241 <I241> XF86MailForward
- 0x028c AC Send Sel 231 KEY_SEND 239 <I239> XF86Send
- 0x028d AC Attach File Sel - - - - -
- 0x028e AC Upload Sel - - - - -
- 0x028f AC Download (Save Target As) Sel - - - - -
- 0x0290 AC Set Borders Sel - - - - -
- 0x0291 AC Insert Row Sel - - - - -
- 0x0292 AC Insert Column Sel - - - - -
- 0x0293 AC Insert File Sel - - - - -
- 0x0294 AC Insert Picture Sel - - - - -
- 0x0295 AC Insert Object Sel - - - - -
- 0x0296 AC Insert Symbol Sel - - - - -
- 0x0297 AC Save and Close Sel - - - - -
- 0x0298 AC Rename Sel - - - - -
- 0x0299 AC Merge Sel - - - - -
- 0x029a AC Split Sel - - - - -
- 0x029b AC Disribute Horizontally Sel - - - - -
- 0x029c AC Distribute Vertically Sel - - - - -
- 0x029d AC Next Keyboard Layout Select Sel 584 KEY_KBD_LAYOUT_NEXT 592 <I592> -
- 0x029e AC Navigation Guidance Sel - - - - -
KC_MISSION_CONTROL 0x029f AC Desktop Show All Windows Sel 120 KEY_SCALE 128 <I128> XF86LaunchA
KC_LAUNCHPAD 0x02a0 AC Soft Key Left Sel - - - - -
- 0x02a1 AC Soft Key Right Sel - - - - -
- 0x02a2 AC Desktop Show All Applications Sel 204 KEY_ALL_APPLICATIONS
KEY_DASHBOARD
212 <I212> XF86LaunchB
- 0x02b0 AC Idle Keep Alive Sel - - - - -
- 0x02c7 Keyboard Input Assist Previous Sel 608 KEY_KBDINPUTASSIST_PREV 616 <I616> -
- 0x02c8 Keyboard Input Assist Next Sel 609 KEY_KBDINPUTASSIST_NEXT 617 <I617> -
- 0x02c9 Keyboard Input Assist Previous Group Sel 610 KEY_KBDINPUTASSIST_PREVGROUP 618 <I618> -
- 0x02ca Keyboard Input Assist Next Group Sel 611 KEY_KBDINPUTASSIST_NEXTGROUP 619 <I619> -
- 0x02cb Keyboard Input Assist Accept Sel 612 KEY_KBDINPUTASSIST_ACCEPT 620 <I620> -
- 0x02cc Keyboard Input Assist Cancel Sel 613 KEY_KBDINPUTASSIST_CANCEL 621 <I621> -
- 0x02d0 Privacy Screen Toggle OOC - - - - -
- 0x02d1 Privacy Screen Level Decrement RTC - - - - -
- 0x02d2 Privacy Screen Level Increment RTC - - - - -
- 0x02d3 Privacy Screen Level Minimum OSC - - - - -
- 0x02d4 Privacy Screen Level Maximum OSC - - - - -