/*
* XFree86 vendor specific keysyms.
*
* The XFree86 keysym range is 0x10080001 - 0x1008ffff.
*
* The XF86 set of keysyms is a catch-all set of defines for keysyms found
* on various multimedia keyboards. Originally specific to XFree86 they have
* been been adopted over time and are considered a "standard" part of X
* keysym definitions.
* XFree86 never properly commented these keysyms, so we have done our
* best to explain the semantic meaning of these keys.
*
* XFree86 has removed their mail archives of the period, that might have
* shed more light on some of these definitions. Until/unless we resurrect
* these archives, these are from memory and usage.
*/
/*
* ModeLock
*
* This one is old, and not really used any more since XKB offers this
* functionality.
*/
#define XF86XK_ModeLock 0x1008ff01 /* Mode Switch Lock */
/* Backlight controls. */
#define XF86XK_MonBrightnessUp 0x1008ff02 /* Monitor/panel brightness */
#define XF86XK_MonBrightnessDown 0x1008ff03 /* Monitor/panel brightness */
#define XF86XK_KbdLightOnOff 0x1008ff04 /* Keyboards may be lit */
#define XF86XK_KbdBrightnessUp 0x1008ff05 /* Keyboards may be lit */
#define XF86XK_KbdBrightnessDown 0x1008ff06 /* Keyboards may be lit */
#define XF86XK_MonBrightnessCycle 0x1008ff07 /* Monitor/panel brightness */
/*
* Keys found on some "Internet" keyboards.
*/
#define XF86XK_Standby 0x1008ff10 /* System into standby mode */
#define XF86XK_AudioLowerVolume 0x1008ff11 /* Volume control down */
#define XF86XK_AudioMute 0x1008ff12 /* Mute sound from the system */
#define XF86XK_AudioRaiseVolume 0x1008ff13 /* Volume control up */
#define XF86XK_AudioPlay 0x1008ff14 /* Start playing of audio > */
#define XF86XK_AudioStop 0x1008ff15 /* Stop playing audio */
#define XF86XK_AudioPrev 0x1008ff16 /* Previous track */
#define XF86XK_AudioNext 0x1008ff17 /* Next track */
#define XF86XK_HomePage 0x1008ff18 /* Display user's home page */
#define XF86XK_Mail 0x1008ff19 /* Invoke user's mail program */
#define XF86XK_Start 0x1008ff1a /* Start application */
#define XF86XK_Search 0x1008ff1b /* Search */
#define XF86XK_AudioRecord 0x1008ff1c /* Record audio application */
/* These are sometimes found on PDA's (e.g. Palm, PocketPC or elsewhere) */
#define XF86XK_Calculator 0x1008ff1d /* Invoke calculator program */
#define XF86XK_Memo 0x1008ff1e /* Invoke Memo taking program */
#define XF86XK_ToDoList 0x1008ff1f /* Invoke To Do List program */
#define XF86XK_Calendar 0x1008ff20 /* Invoke Calendar program */
#define XF86XK_PowerDown 0x1008ff21 /* Deep sleep the system */
#define XF86XK_ContrastAdjust 0x1008ff22 /* Adjust screen contrast */
#define XF86XK_RockerUp 0x1008ff23 /* Rocker switches exist up */
#define XF86XK_RockerDown 0x1008ff24 /* and down */
#define XF86XK_RockerEnter 0x1008ff25 /* and let you press them */
/* Some more "Internet" keyboard symbols */
#define XF86XK_Back 0x1008ff26 /* Like back on a browser */
#define XF86XK_Forward 0x1008ff27 /* Like forward on a browser */
#define XF86XK_Stop 0x1008ff28 /* Stop current operation */
#define XF86XK_Refresh 0x1008ff29 /* Refresh the page */
#define XF86XK_PowerOff 0x1008ff2a /* Power off system entirely */
#define XF86XK_WakeUp 0x1008ff2b /* Wake up system from sleep */
#define XF86XK_Eject 0x1008ff2c /* Eject device (e.g. DVD) */
#define XF86XK_ScreenSaver 0x1008ff2d /* Invoke screensaver */
#define XF86XK_WWW 0x1008ff2e /* Invoke web browser */
#define XF86XK_Sleep 0x1008ff2f /* Put system to sleep */
#define XF86XK_Favorites 0x1008ff30 /* Show favorite locations */
#define XF86XK_AudioPause 0x1008ff31 /* Pause audio playing */
#define XF86XK_AudioMedia 0x1008ff32 /* Launch media collection app */
#define XF86XK_MyComputer 0x1008ff33 /* Display "My Computer" window */
#define XF86XK_VendorHome 0x1008ff34 /* Display vendor home web site */
#define XF86XK_LightBulb 0x1008ff35 /* Light bulb keys exist */
#define XF86XK_Shop 0x1008ff36 /* Display shopping web site */
#define XF86XK_History 0x1008ff37 /* Show history of web surfing */
#define XF86XK_OpenURL 0x1008ff38 /* Open selected URL */
#define XF86XK_AddFavorite 0x1008ff39 /* Add URL to favorites list */
#define XF86XK_HotLinks 0x1008ff3a /* Show "hot" links */
#define XF86XK_BrightnessAdjust 0x1008ff3b /* Invoke brightness adj. UI */
#define XF86XK_Finance 0x1008ff3c /* Display financial site */
#define XF86XK_Community 0x1008ff3d /* Display user's community */
#define XF86XK_AudioRewind 0x1008ff3e /* "rewind" audio track */
#define XF86XK_BackForward 0x1008ff3f /* ??? */
#define XF86XK_Launch0 0x1008ff40 /* Launch Application */
#define XF86XK_Launch1 0x1008ff41 /* Launch Application */
#define XF86XK_Launch2 0x1008ff42 /* Launch Application */
#define XF86XK_Launch3 0x1008ff43 /* Launch Application */
#define XF86XK_Launch4 0x1008ff44 /* Launch Application */
#define XF86XK_Launch5 0x1008ff45 /* Launch Application */
#define XF86XK_Launch6 0x1008ff46 /* Launch Application */
#define XF86XK_Launch7 0x1008ff47 /* Launch Application */
#define XF86XK_Launch8 0x1008ff48 /* Launch Application */
#define XF86XK_Launch9 0x1008ff49 /* Launch Application */
#define XF86XK_LaunchA 0x1008ff4a /* Launch Application */
#define XF86XK_LaunchB 0x1008ff4b /* Launch Application */
#define XF86XK_LaunchC 0x1008ff4c /* Launch Application */
#define XF86XK_LaunchD 0x1008ff4d /* Launch Application */
#define XF86XK_LaunchE 0x1008ff4e /* Launch Application */
#define XF86XK_LaunchF 0x1008ff4f /* Launch Application */
#define XF86XK_ApplicationLeft 0x1008ff50 /* switch to application, left */
#define XF86XK_ApplicationRight 0x1008ff51 /* switch to application, right*/
#define XF86XK_Book 0x1008ff52 /* Launch bookreader */
#define XF86XK_CD 0x1008ff53 /* Launch CD/DVD player */
#define XF86XK_Calculater 0x1008ff54 /* Launch Calculater */
#define XF86XK_Clear 0x1008ff55 /* Clear window, screen */
#define XF86XK_Close 0x1008ff56 /* Close window */
#define XF86XK_Copy 0x1008ff57 /* Copy selection */
#define XF86XK_Cut 0x1008ff58 /* Cut selection */
#define XF86XK_Display 0x1008ff59 /* Output switch key */
#define XF86XK_DOS 0x1008ff5a /* Launch DOS (emulation) */
#define XF86XK_Documents 0x1008ff5b /* Open documents window */
#define XF86XK_Excel 0x1008ff5c /* Launch spread sheet */
#define XF86XK_Explorer 0x1008ff5d /* Launch file explorer */
#define XF86XK_Game 0x1008ff5e /* Launch game */
#define XF86XK_Go 0x1008ff5f /* Go to URL */
#define XF86XK_iTouch 0x1008ff60 /* Logitech iTouch- don't use */
#define XF86XK_LogOff 0x1008ff61 /* Log off system */
#define XF86XK_Market 0x1008ff62 /* ?? */
#define XF86XK_Meeting 0x1008ff63 /* enter meeting in calendar */
#define XF86XK_MenuKB 0x1008ff65 /* distinguish keyboard from PB */
#define XF86XK_MenuPB 0x1008ff66 /* distinguish PB from keyboard */
#define XF86XK_MySites 0x1008ff67 /* Favourites */
#define XF86XK_New 0x1008ff68 /* New (folder, document... */
#define XF86XK_News 0x1008ff69 /* News */
#define XF86XK_OfficeHome 0x1008ff6a /* Office home (old Staroffice)*/
#define XF86XK_Open 0x1008ff6b /* Open */
#define XF86XK_Option 0x1008ff6c /* ?? */
#define XF86XK_Paste 0x1008ff6d /* Paste */
#define XF86XK_Phone 0x1008ff6e /* Launch phone; dial number */
#define XF86XK_Q 0x1008ff70 /* Compaq's Q - don't use */
#define XF86XK_Reply 0x1008ff72 /* Reply e.g., mail */
#define XF86XK_Reload 0x1008ff73 /* Reload web page, file, etc. */
#define XF86XK_RotateWindows 0x1008ff74 /* Rotate windows e.g. xrandr */
#define XF86XK_RotationPB 0x1008ff75 /* don't use */
#define XF86XK_RotationKB 0x1008ff76 /* don't use */
#define XF86XK_Save 0x1008ff77 /* Save (file, document, state */
#define XF86XK_ScrollUp 0x1008ff78 /* Scroll window/contents up */
#define XF86XK_ScrollDown 0x1008ff79 /* Scrool window/contentd down */
#define XF86XK_ScrollClick 0x1008ff7a /* Use XKB mousekeys instead */
#define XF86XK_Send 0x1008ff7b /* Send mail, file, object */
#define XF86XK_Spell 0x1008ff7c /* Spell checker */
#define XF86XK_SplitScreen 0x1008ff7d /* Split window or screen */
#define XF86XK_Support 0x1008ff7e /* Get support (??) */
#define XF86XK_TaskPane 0x1008ff7f /* Show tasks */
#define XF86XK_Terminal 0x1008ff80 /* Launch terminal emulator */
#define XF86XK_Tools 0x1008ff81 /* toolbox of desktop/app. */
#define XF86XK_Travel 0x1008ff82 /* ?? */
#define XF86XK_UserPB 0x1008ff84 /* ?? */
#define XF86XK_User1KB 0x1008ff85 /* ?? */
#define XF86XK_User2KB 0x1008ff86 /* ?? */
#define XF86XK_Video 0x1008ff87 /* Launch video player */
#define XF86XK_WheelButton 0x1008ff88 /* button from a mouse wheel */
#define XF86XK_Word 0x1008ff89 /* Launch word processor */
#define XF86XK_Xfer 0x1008ff8a
#define XF86XK_ZoomIn 0x1008ff8b /* zoom in view, map, etc. */
#define XF86XK_ZoomOut 0x1008ff8c /* zoom out view, map, etc. */
#define XF86XK_Away 0x1008ff8d /* mark yourself as away */
#define XF86XK_Messenger 0x1008ff8e /* as in instant messaging */
#define XF86XK_WebCam 0x1008ff8f /* Launch web camera app. */
#define XF86XK_MailForward 0x1008ff90 /* Forward in mail */
#define XF86XK_Pictures 0x1008ff91 /* Show pictures */
#define XF86XK_Music 0x1008ff92 /* Launch music application */
#define XF86XK_Battery 0x1008ff93 /* Display battery information */
#define XF86XK_Bluetooth 0x1008ff94 /* Enable/disable Bluetooth */
#define XF86XK_WLAN 0x1008ff95 /* Enable/disable WLAN */
#define XF86XK_UWB 0x1008ff96 /* Enable/disable UWB */
#define XF86XK_AudioForward 0x1008ff97 /* fast-forward audio track */
#define XF86XK_AudioRepeat 0x1008ff98 /* toggle repeat mode */
#define XF86XK_AudioRandomPlay 0x1008ff99 /* toggle shuffle mode */
#define XF86XK_Subtitle 0x1008ff9a /* cycle through subtitle */
#define XF86XK_AudioCycleTrack 0x1008ff9b /* cycle through audio tracks */
#define XF86XK_CycleAngle 0x1008ff9c /* cycle through angles */
#define XF86XK_FrameBack 0x1008ff9d /* video: go one frame back */
#define XF86XK_FrameForward 0x1008ff9e /* video: go one frame forward */
#define XF86XK_Time 0x1008ff9f /* display, or shows an entry for time seeking */
#define XF86XK_Select 0x1008ffa0 /* Select button on joypads and remotes */
#define XF86XK_View 0x1008ffa1 /* Show a view options/properties */
#define XF86XK_TopMenu 0x1008ffa2 /* Go to a top-level menu in a video */
#define XF86XK_Red 0x1008ffa3 /* Red button */
#define XF86XK_Green 0x1008ffa4 /* Green button */
#define XF86XK_Yellow 0x1008ffa5 /* Yellow button */
#define XF86XK_Blue 0x1008ffa6 /* Blue button */
#define XF86XK_Suspend 0x1008ffa7 /* Sleep to RAM */
#define XF86XK_Hibernate 0x1008ffa8 /* Sleep to disk */
#define XF86XK_TouchpadToggle 0x1008ffa9 /* Toggle between touchpad/trackstick */
#define XF86XK_TouchpadOn 0x1008ffb0 /* The touchpad got switched on */
#define XF86XK_TouchpadOff 0x1008ffb1 /* The touchpad got switched off */
#define XF86XK_AudioMicMute 0x1008ffb2 /* Mute the Mic from the system */
#define XF86XK_Keyboard 0x1008ffb3 /* User defined keyboard related action */
#define XF86XK_WWAN 0x1008ffb4 /* Toggle WWAN (LTE, UMTS, etc.) radio */
#define XF86XK_RFKill 0x1008ffb5 /* Toggle radios on/off */
#define XF86XK_AudioPreset 0x1008ffb6 /* Select equalizer preset, e.g. theatre-mode */
#define XF86XK_RotationLockToggle 0x1008ffb7 /* Toggle screen rotation lock on/off */
#define XF86XK_FullScreen 0x1008ffb8 /* Toggle fullscreen */
/* Keys for special action keys (hot keys) */
/* Virtual terminals on some operating systems */
#define XF86XK_Switch_VT_1 0x1008fe01
#define XF86XK_Switch_VT_2 0x1008fe02
#define XF86XK_Switch_VT_3 0x1008fe03
#define XF86XK_Switch_VT_4 0x1008fe04
#define XF86XK_Switch_VT_5 0x1008fe05
#define XF86XK_Switch_VT_6 0x1008fe06
#define XF86XK_Switch_VT_7 0x1008fe07
#define XF86XK_Switch_VT_8 0x1008fe08
#define XF86XK_Switch_VT_9 0x1008fe09
#define XF86XK_Switch_VT_10 0x1008fe0a
#define XF86XK_Switch_VT_11 0x1008fe0b
#define XF86XK_Switch_VT_12 0x1008fe0c
#define XF86XK_Ungrab 0x1008fe20 /* force ungrab */
#define XF86XK_ClearGrab 0x1008fe21 /* kill application with grab */
#define XF86XK_Next_VMode 0x1008fe22 /* next video mode available */
#define XF86XK_Prev_VMode 0x1008fe23 /* prev. video mode available */
#define XF86XK_LogWindowTree 0x1008fe24 /* print window tree to log */
#define XF86XK_LogGrabInfo 0x1008fe25 /* print all active grabs to log */
/*
* Reserved range for evdev symbols: 0x10081000-0x10081FFF
*
* Key syms within this range must match the Linux kernel
* input-event-codes.h file in the format:
* XF86XK_CamelCaseKernelName _EVDEVK(kernel value)
* For example, the kernel
* #define KEY_MACRO_RECORD_START 0x2b0
* effectively ends up as:
* #define XF86XK_MacroRecordStart 0x100812b0
*
* For historical reasons, some keysyms within the reserved range will be
* missing, most notably all "normal" keys that are mapped through default
* XKB layouts (e.g. KEY_Q).
*
* CamelCasing is done with a human control as last authority, e.g. see VOD
* instead of Vod for the Video on Demand key.
*
* The format for #defines is strict:
*
* #define XF86XK_FOO