Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package waylock for openSUSE:Factory checked in at 2024-01-14 19:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/waylock (Old) and /work/SRC/openSUSE:Factory/.waylock.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "waylock" Sun Jan 14 19:03:24 2024 rev:4 rq:1138481 version:0.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/waylock/waylock.changes 2023-10-24 20:08:21.748536053 +0200 +++ /work/SRC/openSUSE:Factory/.waylock.new.21961/waylock.changes 2024-01-14 19:03:58.044453587 +0100 @@ -1,0 +2,19 @@ +Sat Jan 13 16:01:33 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Add zig-xkbcommon.tar.gz +- Add zig-wayland.tar.gz + +------------------------------------------------------------------- +Sat Jan 13 15:23:13 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Remove the following files: + * waylock-0.6.2.tar.gz + * waylock-0.6.2.tar.gz.sig + * 0001-update-zig-version.patch + * zig-wayland.tar.gz + * zig-xkbcommon.tar.gz +- Update to version 0.6.4: + * Output: don't destroy surface before role object + * docs: migrate to codeberg + +------------------------------------------------------------------- Old: ---- 0001-update-zig-version.patch waylock-0.6.2.tar.gz waylock-0.6.2.tar.gz.sig New: ---- v0.6.4.tar.gz waylock-0.6.4.tar.gz.sig BETA DEBUG BEGIN: Old: * waylock-0.6.2.tar.gz.sig * 0001-update-zig-version.patch * zig-wayland.tar.gz BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ waylock.spec ++++++ --- /var/tmp/diff_new_pack.OJCBSg/_old 2024-01-14 19:03:58.616474425 +0100 +++ /var/tmp/diff_new_pack.OJCBSg/_new 2024-01-14 19:03:58.616474425 +0100 @@ -1,7 +1,7 @@ # # spec file for package waylock # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,20 @@ # +%global _zig_wayland_ver 65475badb37fdfa06ac091554fdc81689a37a72a +%global _zig_xkbcommon_ver 7b188de0ba794b52eb70340abf2469b858630816 Name: waylock -Version: 0.6.2 +Version: 0.6.4 Release: 0 Summary: Small screenlocker for Wayland compositors License: ISC -URL: https://github.com/ifreund/waylock -Source0: https://github.com/ifreund/waylock/releases/download/v%{version}/waylock-%{version}.tar.gz +URL: https://codeberg.org/ifreund/waylock +Source0: https://codeberg.org/ifreund/waylock/archive/v%{version}.tar.gz Source1: waylock.pamd Source2: https://isaacfreund.com/public_key.txt#/%{name}.keyring -Source3: https://github.com/ifreund/waylock/releases/download/v%{version}/waylock-%{version}.tar.gz.sig -Source4: https://github.com/ifreund/zig-wayland/archive/b9c6fcb8cab3a85c5583ef371055cb589b1e7b18.tar.gz#/zig-wayland.tar.gz -Source5: https://github.com/ifreund/zig-xkbcommon/archive/e93ceb0436c66a7e4c727fdb59020e889519e489.tar.gz#/zig-xkbcommon.tar.gz -Patch1: https://github.com/ifreund/waylock/pull/64/commits/c7a3f2678ed2a31932ee1aaea899f253c4800aba.patch#/0001-update-zig-version.patch +Source3: https://codeberg.org/ifreund/waylock/releases/download/v%{version}/waylock-%{version}.tar.gz.sig +Source4: https://codeberg.org/ifreund/zig-wayland/archive/%{_zig_wayland_ver}.tar.gz#/zig-wayland.tar.gz +Source5: https://codeberg.org/ifreund/zig-xkbcommon/archive/%{_zig_xkbcommon_ver}.tar.gz#/zig-xkbcommon.tar.gz BuildRequires: pkgconfig BuildRequires: scdoc >= 1.9.2 BuildRequires: zig @@ -36,9 +37,8 @@ BuildRequires: pkgconfig(pam) BuildRequires: pkgconfig(wayland-protocols) >= 1.24 BuildRequires: pkgconfig(wayland-server) >= 1.20.0 -BuildRequires: pkgconfig(wlroots) >= 0.15.0 +BuildRequires: pkgconfig(wlroots) >= 0.17.0 BuildRequires: pkgconfig(xkbcommon) -ExclusiveArch: x86_64 aarch64 riscv64 %{mips64} %description Screenlocker for Wayland compositors implementing ext-session-lock-v1. @@ -46,19 +46,14 @@ cause the session to be unlocked.) %prep -%setup -n %{name}-%{version} -sed -i 's/0.6.2/0.7.0-dev/g' build.zig -%patch1 -p1 - -# Update deps -rm -rv ./deps/zig-wayland/* -rm -rv ./deps/zig-xkbcommon/* -tar -xvf %{SOURCE4} --strip-components=1 -C ./deps/zig-wayland/ -tar -xvf %{SOURCE5} --strip-components=1 -C ./deps/zig-xkbcommon/ +%setup -n %{name} # Replace with configuration that works in openSUSE cp %{SOURCE1} ./pam.d/waylock +tar xvf %{SOURCE4} -C deps/ +tar xvf %{SOURCE5} -C deps/ + %build %zig_build -Dpie ++++++ waylock.keyring ++++++ --- /var/tmp/diff_new_pack.OJCBSg/_old 2024-01-14 19:03:58.648475590 +0100 +++ /var/tmp/diff_new_pack.OJCBSg/_new 2024-01-14 19:03:58.652475736 +0100 @@ -49,3 +49,4 @@ =wZyR -----END PGP PUBLIC KEY BLOCK----- + ++++++ zig-wayland.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zig-wayland-b9c6fcb8cab3a85c5583ef371055cb589b1e7b18/README.md new/zig-wayland/README.md --- old/zig-wayland-b9c6fcb8cab3a85c5583ef371055cb589b1e7b18/README.md 2023-09-25 23:32:38.000000000 +0200 +++ new/zig-wayland/README.md 2024-01-11 03:18:02.000000000 +0100 @@ -60,7 +60,7 @@ ``` There is an example project using zig-wayland here: -[hello-zig-wayland](https://github.com/ifreund/hello-zig-wayland). +[hello-zig-wayland](https://codeberg.org/ifreund/hello-zig-wayland). Note that zig-wayland does not currently do extensive verification of Wayland protocol xml or provide good error messages if protocol xml is invalid. It is ++++++ zig-xkbcommon.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zig-xkbcommon-e93ceb0436c66a7e4c727fdb59020e889519e489/src/xkbcommon_keysyms.zig new/zig-xkbcommon/src/xkbcommon_keysyms.zig --- old/zig-xkbcommon-e93ceb0436c66a7e4c727fdb59020e889519e489/src/xkbcommon_keysyms.zig 2023-08-12 16:13:59.000000000 +0200 +++ new/zig-xkbcommon/src/xkbcommon_keysyms.zig 2024-01-07 03:16:23.000000000 +0100 @@ -253,10 +253,6 @@ pub const dead_invertedbreve = 0xfe6d; pub const dead_belowcomma = 0xfe6e; pub const dead_currency = 0xfe6f; - pub const dead_lowline = 0xfe90; - pub const dead_aboveverticalline = 0xfe91; - pub const dead_belowverticalline = 0xfe92; - pub const dead_longsolidusoverlay = 0xfe93; pub const dead_a = 0xfe80; pub const dead_A = 0xfe81; pub const dead_e = 0xfe82; @@ -267,9 +263,12 @@ pub const dead_O = 0xfe87; pub const dead_u = 0xfe88; pub const dead_U = 0xfe89; + pub const dead_schwa = 0xfe8a; + pub const dead_SCHWA = 0xfe8b; pub const dead_small_schwa = 0xfe8a; pub const dead_capital_schwa = 0xfe8b; pub const dead_greek = 0xfe8c; + pub const dead_hamza = 0xfe8d; pub const First_Virtual_Screen = 0xfed0; pub const Prev_Virtual_Screen = 0xfed1; pub const Next_Virtual_Screen = 0xfed2; @@ -460,6 +459,7 @@ pub const diaeresis = 0x00a8; pub const copyright = 0x00a9; pub const ordfeminine = 0x00aa; + pub const guillemetleft = 0x00ab; pub const guillemotleft = 0x00ab; pub const notsign = 0x00ac; pub const hyphen = 0x00ad; @@ -475,7 +475,9 @@ pub const periodcentered = 0x00b7; pub const cedilla = 0x00b8; pub const onesuperior = 0x00b9; + pub const ordmasculine = 0x00ba; pub const masculine = 0x00ba; + pub const guillemetright = 0x00bb; pub const guillemotright = 0x00bb; pub const onequarter = 0x00bc; pub const onehalf = 0x00bd; @@ -1714,6 +1716,11 @@ pub const ohorn = 0x10001a1; pub const Uhorn = 0x10001af; pub const uhorn = 0x10001b0; + pub const combining_tilde = 0x1000303; + pub const combining_grave = 0x1000300; + pub const combining_acute = 0x1000301; + pub const combining_hook = 0x1000309; + pub const combining_belowdot = 0x1000323; pub const EcuSign = 0x10020a0; pub const ColonSign = 0x10020a1; pub const CruzeiroSign = 0x10020a2; @@ -1748,12 +1755,12 @@ pub const emptyset = 0x1002205; pub const elementof = 0x1002208; pub const notelementof = 0x1002209; - pub const containsas = 0x100220B; - pub const squareroot = 0x100221A; - pub const cuberoot = 0x100221B; - pub const fourthroot = 0x100221C; - pub const dintegral = 0x100222C; - pub const tintegral = 0x100222D; + pub const containsas = 0x100220b; + pub const squareroot = 0x100221a; + pub const cuberoot = 0x100221b; + pub const fourthroot = 0x100221c; + pub const dintegral = 0x100222c; + pub const tintegral = 0x100222d; pub const because = 0x1002235; pub const approxeq = 0x1002248; pub const notapproxeq = 0x1002247; @@ -2105,305 +2112,461 @@ pub const Sinh_ruu2 = 0x1000df2; pub const Sinh_luu2 = 0x1000df3; pub const Sinh_kunddaliya = 0x1000df4; - pub const XF86ModeLock = 0x1008FF01; - pub const XF86MonBrightnessUp = 0x1008FF02; - pub const XF86MonBrightnessDown = 0x1008FF03; - pub const XF86KbdLightOnOff = 0x1008FF04; - pub const XF86KbdBrightnessUp = 0x1008FF05; - pub const XF86KbdBrightnessDown = 0x1008FF06; - pub const XF86MonBrightnessCycle = 0x1008FF07; - pub const XF86Standby = 0x1008FF10; - pub const XF86AudioLowerVolume = 0x1008FF11; - pub const XF86AudioMute = 0x1008FF12; - pub const XF86AudioRaiseVolume = 0x1008FF13; - pub const XF86AudioPlay = 0x1008FF14; - pub const XF86AudioStop = 0x1008FF15; - pub const XF86AudioPrev = 0x1008FF16; - pub const XF86AudioNext = 0x1008FF17; - pub const XF86HomePage = 0x1008FF18; - pub const XF86Mail = 0x1008FF19; - pub const XF86Start = 0x1008FF1A; - pub const XF86Search = 0x1008FF1B; - pub const XF86AudioRecord = 0x1008FF1C; - pub const XF86Calculator = 0x1008FF1D; - pub const XF86Memo = 0x1008FF1E; - pub const XF86ToDoList = 0x1008FF1F; - pub const XF86Calendar = 0x1008FF20; - pub const XF86PowerDown = 0x1008FF21; - pub const XF86ContrastAdjust = 0x1008FF22; - pub const XF86RockerUp = 0x1008FF23; - pub const XF86RockerDown = 0x1008FF24; - pub const XF86RockerEnter = 0x1008FF25; - pub const XF86Back = 0x1008FF26; - pub const XF86Forward = 0x1008FF27; - pub const XF86Stop = 0x1008FF28; - pub const XF86Refresh = 0x1008FF29; - pub const XF86PowerOff = 0x1008FF2A; - pub const XF86WakeUp = 0x1008FF2B; - pub const XF86Eject = 0x1008FF2C; - pub const XF86ScreenSaver = 0x1008FF2D; - pub const XF86WWW = 0x1008FF2E; - pub const XF86Sleep = 0x1008FF2F; - pub const XF86Favorites = 0x1008FF30; - pub const XF86AudioPause = 0x1008FF31; - pub const XF86AudioMedia = 0x1008FF32; - pub const XF86MyComputer = 0x1008FF33; - pub const XF86VendorHome = 0x1008FF34; - pub const XF86LightBulb = 0x1008FF35; - pub const XF86Shop = 0x1008FF36; - pub const XF86History = 0x1008FF37; - pub const XF86OpenURL = 0x1008FF38; - pub const XF86AddFavorite = 0x1008FF39; - pub const XF86HotLinks = 0x1008FF3A; - pub const XF86BrightnessAdjust = 0x1008FF3B; - pub const XF86Finance = 0x1008FF3C; - pub const XF86Community = 0x1008FF3D; - pub const XF86AudioRewind = 0x1008FF3E; - pub const XF86BackForward = 0x1008FF3F; - pub const XF86Launch0 = 0x1008FF40; - pub const XF86Launch1 = 0x1008FF41; - pub const XF86Launch2 = 0x1008FF42; - pub const XF86Launch3 = 0x1008FF43; - pub const XF86Launch4 = 0x1008FF44; - pub const XF86Launch5 = 0x1008FF45; - pub const XF86Launch6 = 0x1008FF46; - pub const XF86Launch7 = 0x1008FF47; - pub const XF86Launch8 = 0x1008FF48; - pub const XF86Launch9 = 0x1008FF49; - pub const XF86LaunchA = 0x1008FF4A; - pub const XF86LaunchB = 0x1008FF4B; - pub const XF86LaunchC = 0x1008FF4C; - pub const XF86LaunchD = 0x1008FF4D; - pub const XF86LaunchE = 0x1008FF4E; - pub const XF86LaunchF = 0x1008FF4F; - pub const XF86ApplicationLeft = 0x1008FF50; - pub const XF86ApplicationRight = 0x1008FF51; - pub const XF86Book = 0x1008FF52; - pub const XF86CD = 0x1008FF53; - pub const XF86Calculater = 0x1008FF54; - pub const XF86Clear = 0x1008FF55; - pub const XF86Close = 0x1008FF56; - pub const XF86Copy = 0x1008FF57; - pub const XF86Cut = 0x1008FF58; - pub const XF86Display = 0x1008FF59; - pub const XF86DOS = 0x1008FF5A; - pub const XF86Documents = 0x1008FF5B; - pub const XF86Excel = 0x1008FF5C; - pub const XF86Explorer = 0x1008FF5D; - pub const XF86Game = 0x1008FF5E; - pub const XF86Go = 0x1008FF5F; - pub const XF86iTouch = 0x1008FF60; - pub const XF86LogOff = 0x1008FF61; - pub const XF86Market = 0x1008FF62; - pub const XF86Meeting = 0x1008FF63; - pub const XF86MenuKB = 0x1008FF65; - pub const XF86MenuPB = 0x1008FF66; - pub const XF86MySites = 0x1008FF67; - pub const XF86New = 0x1008FF68; - pub const XF86News = 0x1008FF69; - pub const XF86OfficeHome = 0x1008FF6A; - pub const XF86Open = 0x1008FF6B; - pub const XF86Option = 0x1008FF6C; - pub const XF86Paste = 0x1008FF6D; - pub const XF86Phone = 0x1008FF6E; - pub const XF86Q = 0x1008FF70; - pub const XF86Reply = 0x1008FF72; - pub const XF86Reload = 0x1008FF73; - pub const XF86RotateWindows = 0x1008FF74; - pub const XF86RotationPB = 0x1008FF75; - pub const XF86RotationKB = 0x1008FF76; - pub const XF86Save = 0x1008FF77; - pub const XF86ScrollUp = 0x1008FF78; - pub const XF86ScrollDown = 0x1008FF79; - pub const XF86ScrollClick = 0x1008FF7A; - pub const XF86Send = 0x1008FF7B; - pub const XF86Spell = 0x1008FF7C; - pub const XF86SplitScreen = 0x1008FF7D; - pub const XF86Support = 0x1008FF7E; - pub const XF86TaskPane = 0x1008FF7F; - pub const XF86Terminal = 0x1008FF80; - pub const XF86Tools = 0x1008FF81; - pub const XF86Travel = 0x1008FF82; - pub const XF86UserPB = 0x1008FF84; - pub const XF86User1KB = 0x1008FF85; - pub const XF86User2KB = 0x1008FF86; - pub const XF86Video = 0x1008FF87; - pub const XF86WheelButton = 0x1008FF88; - pub const XF86Word = 0x1008FF89; - pub const XF86Xfer = 0x1008FF8A; - pub const XF86ZoomIn = 0x1008FF8B; - pub const XF86ZoomOut = 0x1008FF8C; - pub const XF86Away = 0x1008FF8D; - pub const XF86Messenger = 0x1008FF8E; - pub const XF86WebCam = 0x1008FF8F; - pub const XF86MailForward = 0x1008FF90; - pub const XF86Pictures = 0x1008FF91; - pub const XF86Music = 0x1008FF92; - pub const XF86Battery = 0x1008FF93; - pub const XF86Bluetooth = 0x1008FF94; - pub const XF86WLAN = 0x1008FF95; - pub const XF86UWB = 0x1008FF96; - pub const XF86AudioForward = 0x1008FF97; - pub const XF86AudioRepeat = 0x1008FF98; - pub const XF86AudioRandomPlay = 0x1008FF99; - pub const XF86Subtitle = 0x1008FF9A; - pub const XF86AudioCycleTrack = 0x1008FF9B; - pub const XF86CycleAngle = 0x1008FF9C; - pub const XF86FrameBack = 0x1008FF9D; - pub const XF86FrameForward = 0x1008FF9E; - pub const XF86Time = 0x1008FF9F; - pub const XF86Select = 0x1008FFA0; - pub const XF86View = 0x1008FFA1; - pub const XF86TopMenu = 0x1008FFA2; - pub const XF86Red = 0x1008FFA3; - pub const XF86Green = 0x1008FFA4; - pub const XF86Yellow = 0x1008FFA5; - pub const XF86Blue = 0x1008FFA6; - pub const XF86Suspend = 0x1008FFA7; - pub const XF86Hibernate = 0x1008FFA8; - pub const XF86TouchpadToggle = 0x1008FFA9; - pub const XF86TouchpadOn = 0x1008FFB0; - pub const XF86TouchpadOff = 0x1008FFB1; - pub const XF86AudioMicMute = 0x1008FFB2; - pub const XF86Keyboard = 0x1008FFB3; - pub const XF86WWAN = 0x1008FFB4; - pub const XF86RFKill = 0x1008FFB5; - pub const XF86AudioPreset = 0x1008FFB6; - pub const XF86RotationLockToggle = 0x1008FFB7; - pub const XF86FullScreen = 0x1008FFB8; - pub const XF86Switch_VT_1 = 0x1008FE01; - pub const XF86Switch_VT_2 = 0x1008FE02; - pub const XF86Switch_VT_3 = 0x1008FE03; - pub const XF86Switch_VT_4 = 0x1008FE04; - pub const XF86Switch_VT_5 = 0x1008FE05; - pub const XF86Switch_VT_6 = 0x1008FE06; - pub const XF86Switch_VT_7 = 0x1008FE07; - pub const XF86Switch_VT_8 = 0x1008FE08; - pub const XF86Switch_VT_9 = 0x1008FE09; - pub const XF86Switch_VT_10 = 0x1008FE0A; - pub const XF86Switch_VT_11 = 0x1008FE0B; - pub const XF86Switch_VT_12 = 0x1008FE0C; - pub const XF86Ungrab = 0x1008FE20; - pub const XF86ClearGrab = 0x1008FE21; - pub const XF86Next_VMode = 0x1008FE22; - pub const XF86Prev_VMode = 0x1008FE23; - pub const XF86LogWindowTree = 0x1008FE24; - pub const XF86LogGrabInfo = 0x1008FE25; - pub const SunFA_Grave = 0x1005FF00; - pub const SunFA_Circum = 0x1005FF01; - pub const SunFA_Tilde = 0x1005FF02; - pub const SunFA_Acute = 0x1005FF03; - pub const SunFA_Diaeresis = 0x1005FF04; - pub const SunFA_Cedilla = 0x1005FF05; - pub const SunF36 = 0x1005FF10; - pub const SunF37 = 0x1005FF11; - pub const SunSys_Req = 0x1005FF60; - pub const SunPrint_Screen = 0x0000FF61; - pub const SunCompose = 0x0000FF20; - pub const SunAltGraph = 0x0000FF7E; - pub const SunPageUp = 0x0000FF55; - pub const SunPageDown = 0x0000FF56; - pub const SunUndo = 0x0000FF65; - pub const SunAgain = 0x0000FF66; - pub const SunFind = 0x0000FF68; - pub const SunStop = 0x0000FF69; - pub const SunProps = 0x1005FF70; - pub const SunFront = 0x1005FF71; - pub const SunCopy = 0x1005FF72; - pub const SunOpen = 0x1005FF73; - pub const SunPaste = 0x1005FF74; - pub const SunCut = 0x1005FF75; - pub const SunPowerSwitch = 0x1005FF76; - pub const SunAudioLowerVolume = 0x1005FF77; - pub const SunAudioMute = 0x1005FF78; - pub const SunAudioRaiseVolume = 0x1005FF79; - pub const SunVideoDegauss = 0x1005FF7A; - pub const SunVideoLowerBrightness = 0x1005FF7B; - pub const SunVideoRaiseBrightness = 0x1005FF7C; - pub const SunPowerSwitchShift = 0x1005FF7D; - pub const Dring_accent = 0x1000FEB0; - pub const Dcircumflex_accent = 0x1000FE5E; - pub const Dcedilla_accent = 0x1000FE2C; - pub const Dacute_accent = 0x1000FE27; - pub const Dgrave_accent = 0x1000FE60; - pub const Dtilde = 0x1000FE7E; - pub const Ddiaeresis = 0x1000FE22; - pub const DRemove = 0x1000FF00; - pub const hpClearLine = 0x1000FF6F; - pub const hpInsertLine = 0x1000FF70; - pub const hpDeleteLine = 0x1000FF71; - pub const hpInsertChar = 0x1000FF72; - pub const hpDeleteChar = 0x1000FF73; - pub const hpBackTab = 0x1000FF74; - pub const hpKP_BackTab = 0x1000FF75; - pub const hpModelock1 = 0x1000FF48; - pub const hpModelock2 = 0x1000FF49; - pub const hpReset = 0x1000FF6C; - pub const hpSystem = 0x1000FF6D; - pub const hpUser = 0x1000FF6E; - pub const hpmute_acute = 0x100000A8; - pub const hpmute_grave = 0x100000A9; - pub const hpmute_asciicircum = 0x100000AA; - pub const hpmute_diaeresis = 0x100000AB; - pub const hpmute_asciitilde = 0x100000AC; - pub const hplira = 0x100000AF; - pub const hpguilder = 0x100000BE; - pub const hpYdiaeresis = 0x100000EE; - pub const hpIO = 0x100000EE; - pub const hplongminus = 0x100000F6; - pub const hpblock = 0x100000FC; - pub const osfCopy = 0x1004FF02; - pub const osfCut = 0x1004FF03; - pub const osfPaste = 0x1004FF04; - pub const osfBackTab = 0x1004FF07; - pub const osfBackSpace = 0x1004FF08; - pub const osfClear = 0x1004FF0B; - pub const osfEscape = 0x1004FF1B; - pub const osfAddMode = 0x1004FF31; - pub const osfPrimaryPaste = 0x1004FF32; - pub const osfQuickPaste = 0x1004FF33; - pub const osfPageLeft = 0x1004FF40; - pub const osfPageUp = 0x1004FF41; - pub const osfPageDown = 0x1004FF42; - pub const osfPageRight = 0x1004FF43; - pub const osfActivate = 0x1004FF44; - pub const osfMenuBar = 0x1004FF45; - pub const osfLeft = 0x1004FF51; - pub const osfUp = 0x1004FF52; - pub const osfRight = 0x1004FF53; - pub const osfDown = 0x1004FF54; - pub const osfEndLine = 0x1004FF57; - pub const osfBeginLine = 0x1004FF58; - pub const osfEndData = 0x1004FF59; - pub const osfBeginData = 0x1004FF5A; - pub const osfPrevMenu = 0x1004FF5B; - pub const osfNextMenu = 0x1004FF5C; - pub const osfPrevField = 0x1004FF5D; - pub const osfNextField = 0x1004FF5E; - pub const osfSelect = 0x1004FF60; - pub const osfInsert = 0x1004FF63; - pub const osfUndo = 0x1004FF65; - pub const osfMenu = 0x1004FF67; - pub const osfCancel = 0x1004FF69; - pub const osfHelp = 0x1004FF6A; - pub const osfSelectAll = 0x1004FF71; - pub const osfDeselectAll = 0x1004FF72; - pub const osfReselect = 0x1004FF73; - pub const osfExtend = 0x1004FF74; - pub const osfRestore = 0x1004FF78; - pub const osfDelete = 0x1004FFFF; - pub const Reset = 0x1000FF6C; - pub const System = 0x1000FF6D; - pub const User = 0x1000FF6E; - pub const ClearLine = 0x1000FF6F; - pub const InsertLine = 0x1000FF70; - pub const DeleteLine = 0x1000FF71; - pub const InsertChar = 0x1000FF72; - pub const DeleteChar = 0x1000FF73; - pub const BackTab = 0x1000FF74; - pub const KP_BackTab = 0x1000FF75; - pub const Ext16bit_L = 0x1000FF76; - pub const Ext16bit_R = 0x1000FF77; + pub const XF86ModeLock = 0x1008ff01; + pub const XF86MonBrightnessUp = 0x1008ff02; + pub const XF86MonBrightnessDown = 0x1008ff03; + pub const XF86KbdLightOnOff = 0x1008ff04; + pub const XF86KbdBrightnessUp = 0x1008ff05; + pub const XF86KbdBrightnessDown = 0x1008ff06; + pub const XF86MonBrightnessCycle = 0x1008ff07; + pub const XF86Standby = 0x1008ff10; + pub const XF86AudioLowerVolume = 0x1008ff11; + pub const XF86AudioMute = 0x1008ff12; + pub const XF86AudioRaiseVolume = 0x1008ff13; + pub const XF86AudioPlay = 0x1008ff14; + pub const XF86AudioStop = 0x1008ff15; + pub const XF86AudioPrev = 0x1008ff16; + pub const XF86AudioNext = 0x1008ff17; + pub const XF86HomePage = 0x1008ff18; + pub const XF86Mail = 0x1008ff19; + pub const XF86Start = 0x1008ff1a; + pub const XF86Search = 0x1008ff1b; + pub const XF86AudioRecord = 0x1008ff1c; + pub const XF86Calculator = 0x1008ff1d; + pub const XF86Memo = 0x1008ff1e; + pub const XF86ToDoList = 0x1008ff1f; + pub const XF86Calendar = 0x1008ff20; + pub const XF86PowerDown = 0x1008ff21; + pub const XF86ContrastAdjust = 0x1008ff22; + pub const XF86RockerUp = 0x1008ff23; + pub const XF86RockerDown = 0x1008ff24; + pub const XF86RockerEnter = 0x1008ff25; + pub const XF86Back = 0x1008ff26; + pub const XF86Forward = 0x1008ff27; + pub const XF86Stop = 0x1008ff28; + pub const XF86Refresh = 0x1008ff29; + pub const XF86PowerOff = 0x1008ff2a; + pub const XF86WakeUp = 0x1008ff2b; + pub const XF86Eject = 0x1008ff2c; + pub const XF86ScreenSaver = 0x1008ff2d; + pub const XF86WWW = 0x1008ff2e; + pub const XF86Sleep = 0x1008ff2f; + pub const XF86Favorites = 0x1008ff30; + pub const XF86AudioPause = 0x1008ff31; + pub const XF86AudioMedia = 0x1008ff32; + pub const XF86MyComputer = 0x1008ff33; + pub const XF86VendorHome = 0x1008ff34; + pub const XF86LightBulb = 0x1008ff35; + pub const XF86Shop = 0x1008ff36; + pub const XF86History = 0x1008ff37; + pub const XF86OpenURL = 0x1008ff38; + pub const XF86AddFavorite = 0x1008ff39; + pub const XF86HotLinks = 0x1008ff3a; + pub const XF86BrightnessAdjust = 0x1008ff3b; + pub const XF86Finance = 0x1008ff3c; + pub const XF86Community = 0x1008ff3d; + pub const XF86AudioRewind = 0x1008ff3e; + pub const XF86BackForward = 0x1008ff3f; + pub const XF86Launch0 = 0x1008ff40; + pub const XF86Launch1 = 0x1008ff41; + pub const XF86Launch2 = 0x1008ff42; + pub const XF86Launch3 = 0x1008ff43; + pub const XF86Launch4 = 0x1008ff44; + pub const XF86Launch5 = 0x1008ff45; + pub const XF86Launch6 = 0x1008ff46; + pub const XF86Launch7 = 0x1008ff47; + pub const XF86Launch8 = 0x1008ff48; + pub const XF86Launch9 = 0x1008ff49; + pub const XF86LaunchA = 0x1008ff4a; + pub const XF86LaunchB = 0x1008ff4b; + pub const XF86LaunchC = 0x1008ff4c; + pub const XF86LaunchD = 0x1008ff4d; + pub const XF86LaunchE = 0x1008ff4e; + pub const XF86LaunchF = 0x1008ff4f; + pub const XF86ApplicationLeft = 0x1008ff50; + pub const XF86ApplicationRight = 0x1008ff51; + pub const XF86Book = 0x1008ff52; + pub const XF86CD = 0x1008ff53; + pub const XF86Calculater = 0x1008ff54; + pub const XF86Clear = 0x1008ff55; + pub const XF86Close = 0x1008ff56; + pub const XF86Copy = 0x1008ff57; + pub const XF86Cut = 0x1008ff58; + pub const XF86Display = 0x1008ff59; + pub const XF86DOS = 0x1008ff5a; + pub const XF86Documents = 0x1008ff5b; + pub const XF86Excel = 0x1008ff5c; + pub const XF86Explorer = 0x1008ff5d; + pub const XF86Game = 0x1008ff5e; + pub const XF86Go = 0x1008ff5f; + pub const XF86iTouch = 0x1008ff60; + pub const XF86LogOff = 0x1008ff61; + pub const XF86Market = 0x1008ff62; + pub const XF86Meeting = 0x1008ff63; + pub const XF86MenuKB = 0x1008ff65; + pub const XF86MenuPB = 0x1008ff66; + pub const XF86MySites = 0x1008ff67; + pub const XF86New = 0x1008ff68; + pub const XF86News = 0x1008ff69; + pub const XF86OfficeHome = 0x1008ff6a; + pub const XF86Open = 0x1008ff6b; + pub const XF86Option = 0x1008ff6c; + pub const XF86Paste = 0x1008ff6d; + pub const XF86Phone = 0x1008ff6e; + pub const XF86Q = 0x1008ff70; + pub const XF86Reply = 0x1008ff72; + pub const XF86Reload = 0x1008ff73; + pub const XF86RotateWindows = 0x1008ff74; + pub const XF86RotationPB = 0x1008ff75; + pub const XF86RotationKB = 0x1008ff76; + pub const XF86Save = 0x1008ff77; + pub const XF86ScrollUp = 0x1008ff78; + pub const XF86ScrollDown = 0x1008ff79; + pub const XF86ScrollClick = 0x1008ff7a; + pub const XF86Send = 0x1008ff7b; + pub const XF86Spell = 0x1008ff7c; + pub const XF86SplitScreen = 0x1008ff7d; + pub const XF86Support = 0x1008ff7e; + pub const XF86TaskPane = 0x1008ff7f; + pub const XF86Terminal = 0x1008ff80; + pub const XF86Tools = 0x1008ff81; + pub const XF86Travel = 0x1008ff82; + pub const XF86UserPB = 0x1008ff84; + pub const XF86User1KB = 0x1008ff85; + pub const XF86User2KB = 0x1008ff86; + pub const XF86Video = 0x1008ff87; + pub const XF86WheelButton = 0x1008ff88; + pub const XF86Word = 0x1008ff89; + pub const XF86Xfer = 0x1008ff8a; + pub const XF86ZoomIn = 0x1008ff8b; + pub const XF86ZoomOut = 0x1008ff8c; + pub const XF86Away = 0x1008ff8d; + pub const XF86Messenger = 0x1008ff8e; + pub const XF86WebCam = 0x1008ff8f; + pub const XF86MailForward = 0x1008ff90; + pub const XF86Pictures = 0x1008ff91; + pub const XF86Music = 0x1008ff92; + pub const XF86Battery = 0x1008ff93; + pub const XF86Bluetooth = 0x1008ff94; + pub const XF86WLAN = 0x1008ff95; + pub const XF86UWB = 0x1008ff96; + pub const XF86AudioForward = 0x1008ff97; + pub const XF86AudioRepeat = 0x1008ff98; + pub const XF86AudioRandomPlay = 0x1008ff99; + pub const XF86Subtitle = 0x1008ff9a; + pub const XF86AudioCycleTrack = 0x1008ff9b; + pub const XF86CycleAngle = 0x1008ff9c; + pub const XF86FrameBack = 0x1008ff9d; + pub const XF86FrameForward = 0x1008ff9e; + pub const XF86Time = 0x1008ff9f; + pub const XF86Select = 0x1008ffa0; + pub const XF86View = 0x1008ffa1; + pub const XF86TopMenu = 0x1008ffa2; + pub const XF86Red = 0x1008ffa3; + pub const XF86Green = 0x1008ffa4; + pub const XF86Yellow = 0x1008ffa5; + pub const XF86Blue = 0x1008ffa6; + pub const XF86Suspend = 0x1008ffa7; + pub const XF86Hibernate = 0x1008ffa8; + pub const XF86TouchpadToggle = 0x1008ffa9; + pub const XF86TouchpadOn = 0x1008ffb0; + pub const XF86TouchpadOff = 0x1008ffb1; + pub const XF86AudioMicMute = 0x1008ffb2; + pub const XF86Keyboard = 0x1008ffb3; + pub const XF86WWAN = 0x1008ffb4; + pub const XF86RFKill = 0x1008ffb5; + pub const XF86AudioPreset = 0x1008ffb6; + pub const XF86RotationLockToggle = 0x1008ffb7; + pub const XF86FullScreen = 0x1008ffb8; + pub const XF86Switch_VT_1 = 0x1008fe01; + pub const XF86Switch_VT_2 = 0x1008fe02; + pub const XF86Switch_VT_3 = 0x1008fe03; + pub const XF86Switch_VT_4 = 0x1008fe04; + pub const XF86Switch_VT_5 = 0x1008fe05; + pub const XF86Switch_VT_6 = 0x1008fe06; + pub const XF86Switch_VT_7 = 0x1008fe07; + pub const XF86Switch_VT_8 = 0x1008fe08; + pub const XF86Switch_VT_9 = 0x1008fe09; + pub const XF86Switch_VT_10 = 0x1008fe0a; + pub const XF86Switch_VT_11 = 0x1008fe0b; + pub const XF86Switch_VT_12 = 0x1008fe0c; + pub const XF86Ungrab = 0x1008fe20; + pub const XF86ClearGrab = 0x1008fe21; + pub const XF86Next_VMode = 0x1008fe22; + pub const XF86Prev_VMode = 0x1008fe23; + pub const XF86LogWindowTree = 0x1008fe24; + pub const XF86LogGrabInfo = 0x1008fe25; + pub const XF86BrightnessAuto = 0x100810f4; + pub const XF86DisplayOff = 0x100810f5; + pub const XF86Info = 0x10081166; + pub const XF86AspectRatio = 0x10081177; + pub const XF86DVD = 0x10081185; + pub const XF86Audio = 0x10081188; + pub const XF86ChannelUp = 0x10081192; + pub const XF86ChannelDown = 0x10081193; + pub const XF86Break = 0x1008119b; + pub const XF86VideoPhone = 0x100811a0; + pub const XF86ZoomReset = 0x100811a4; + pub const XF86Editor = 0x100811a6; + pub const XF86GraphicsEditor = 0x100811a8; + pub const XF86Presentation = 0x100811a9; + pub const XF86Database = 0x100811aa; + pub const XF86Voicemail = 0x100811ac; + pub const XF86Addressbook = 0x100811ad; + pub const XF86DisplayToggle = 0x100811af; + pub const XF86SpellCheck = 0x100811b0; + pub const XF86ContextMenu = 0x100811b6; + pub const XF86MediaRepeat = 0x100811b7; + pub const XF8610ChannelsUp = 0x100811b8; + pub const XF8610ChannelsDown = 0x100811b9; + pub const XF86Images = 0x100811ba; + pub const XF86NotificationCenter = 0x100811bc; + pub const XF86PickupPhone = 0x100811bd; + pub const XF86HangupPhone = 0x100811be; + pub const XF86Fn = 0x100811d0; + pub const XF86Fn_Esc = 0x100811d1; + pub const XF86FnRightShift = 0x100811e5; + pub const XF86Numeric0 = 0x10081200; + pub const XF86Numeric1 = 0x10081201; + pub const XF86Numeric2 = 0x10081202; + pub const XF86Numeric3 = 0x10081203; + pub const XF86Numeric4 = 0x10081204; + pub const XF86Numeric5 = 0x10081205; + pub const XF86Numeric6 = 0x10081206; + pub const XF86Numeric7 = 0x10081207; + pub const XF86Numeric8 = 0x10081208; + pub const XF86Numeric9 = 0x10081209; + pub const XF86NumericStar = 0x1008120a; + pub const XF86NumericPound = 0x1008120b; + pub const XF86NumericA = 0x1008120c; + pub const XF86NumericB = 0x1008120d; + pub const XF86NumericC = 0x1008120e; + pub const XF86NumericD = 0x1008120f; + pub const XF86CameraFocus = 0x10081210; + pub const XF86WPSButton = 0x10081211; + pub const XF86CameraZoomIn = 0x10081215; + pub const XF86CameraZoomOut = 0x10081216; + pub const XF86CameraUp = 0x10081217; + pub const XF86CameraDown = 0x10081218; + pub const XF86CameraLeft = 0x10081219; + pub const XF86CameraRight = 0x1008121a; + pub const XF86AttendantOn = 0x1008121b; + pub const XF86AttendantOff = 0x1008121c; + pub const XF86AttendantToggle = 0x1008121d; + pub const XF86LightsToggle = 0x1008121e; + pub const XF86ALSToggle = 0x10081230; + pub const XF86Buttonconfig = 0x10081240; + pub const XF86Taskmanager = 0x10081241; + pub const XF86Journal = 0x10081242; + pub const XF86ControlPanel = 0x10081243; + pub const XF86AppSelect = 0x10081244; + pub const XF86Screensaver = 0x10081245; + pub const XF86VoiceCommand = 0x10081246; + pub const XF86Assistant = 0x10081247; + pub const XF86EmojiPicker = 0x10081249; + pub const XF86Dictate = 0x1008124a; + pub const XF86CameraAccessEnable = 0x1008124b; + pub const XF86CameraAccessDisable = 0x1008124c; + pub const XF86CameraAccessToggle = 0x1008124d; + pub const XF86BrightnessMin = 0x10081250; + pub const XF86BrightnessMax = 0x10081251; + pub const XF86KbdInputAssistPrev = 0x10081260; + pub const XF86KbdInputAssistNext = 0x10081261; + pub const XF86KbdInputAssistPrevgroup = 0x10081262; + pub const XF86KbdInputAssistNextgroup = 0x10081263; + pub const XF86KbdInputAssistAccept = 0x10081264; + pub const XF86KbdInputAssistCancel = 0x10081265; + pub const XF86RightUp = 0x10081266; + pub const XF86RightDown = 0x10081267; + pub const XF86LeftUp = 0x10081268; + pub const XF86LeftDown = 0x10081269; + pub const XF86RootMenu = 0x1008126a; + pub const XF86MediaTopMenu = 0x1008126b; + pub const XF86Numeric11 = 0x1008126c; + pub const XF86Numeric12 = 0x1008126d; + pub const XF86AudioDesc = 0x1008126e; + pub const XF863DMode = 0x1008126f; + pub const XF86NextFavorite = 0x10081270; + pub const XF86StopRecord = 0x10081271; + pub const XF86PauseRecord = 0x10081272; + pub const XF86VOD = 0x10081273; + pub const XF86Unmute = 0x10081274; + pub const XF86FastReverse = 0x10081275; + pub const XF86SlowReverse = 0x10081276; + pub const XF86Data = 0x10081277; + pub const XF86OnScreenKeyboard = 0x10081278; + pub const XF86PrivacyScreenToggle = 0x10081279; + pub const XF86SelectiveScreenshot = 0x1008127a; + pub const XF86NextElement = 0x1008127b; + pub const XF86PreviousElement = 0x1008127c; + pub const XF86AutopilotEngageToggle = 0x1008127d; + pub const XF86MarkWaypoint = 0x1008127e; + pub const XF86Sos = 0x1008127f; + pub const XF86NavChart = 0x10081280; + pub const XF86FishingChart = 0x10081281; + pub const XF86SingleRangeRadar = 0x10081282; + pub const XF86DualRangeRadar = 0x10081283; + pub const XF86RadarOverlay = 0x10081284; + pub const XF86TraditionalSonar = 0x10081285; + pub const XF86ClearvuSonar = 0x10081286; + pub const XF86SidevuSonar = 0x10081287; + pub const XF86NavInfo = 0x10081288; + pub const XF86Macro1 = 0x10081290; + pub const XF86Macro2 = 0x10081291; + pub const XF86Macro3 = 0x10081292; + pub const XF86Macro4 = 0x10081293; + pub const XF86Macro5 = 0x10081294; + pub const XF86Macro6 = 0x10081295; + pub const XF86Macro7 = 0x10081296; + pub const XF86Macro8 = 0x10081297; + pub const XF86Macro9 = 0x10081298; + pub const XF86Macro10 = 0x10081299; + pub const XF86Macro11 = 0x1008129a; + pub const XF86Macro12 = 0x1008129b; + pub const XF86Macro13 = 0x1008129c; + pub const XF86Macro14 = 0x1008129d; + pub const XF86Macro15 = 0x1008129e; + pub const XF86Macro16 = 0x1008129f; + pub const XF86Macro17 = 0x100812a0; + pub const XF86Macro18 = 0x100812a1; + pub const XF86Macro19 = 0x100812a2; + pub const XF86Macro20 = 0x100812a3; + pub const XF86Macro21 = 0x100812a4; + pub const XF86Macro22 = 0x100812a5; + pub const XF86Macro23 = 0x100812a6; + pub const XF86Macro24 = 0x100812a7; + pub const XF86Macro25 = 0x100812a8; + pub const XF86Macro26 = 0x100812a9; + pub const XF86Macro27 = 0x100812aa; + pub const XF86Macro28 = 0x100812ab; + pub const XF86Macro29 = 0x100812ac; + pub const XF86Macro30 = 0x100812ad; + pub const XF86MacroRecordStart = 0x100812b0; + pub const XF86MacroRecordStop = 0x100812b1; + pub const XF86MacroPresetCycle = 0x100812b2; + pub const XF86MacroPreset1 = 0x100812b3; + pub const XF86MacroPreset2 = 0x100812b4; + pub const XF86MacroPreset3 = 0x100812b5; + pub const XF86KbdLcdMenu1 = 0x100812b8; + pub const XF86KbdLcdMenu2 = 0x100812b9; + pub const XF86KbdLcdMenu3 = 0x100812ba; + pub const XF86KbdLcdMenu4 = 0x100812bb; + pub const XF86KbdLcdMenu5 = 0x100812bc; + pub const SunFA_Grave = 0x1005ff00; + pub const SunFA_Circum = 0x1005ff01; + pub const SunFA_Tilde = 0x1005ff02; + pub const SunFA_Acute = 0x1005ff03; + pub const SunFA_Diaeresis = 0x1005ff04; + pub const SunFA_Cedilla = 0x1005ff05; + pub const SunF36 = 0x1005ff10; + pub const SunF37 = 0x1005ff11; + pub const SunSys_Req = 0x1005ff60; + pub const SunPrint_Screen = 0x0000ff61; + pub const SunCompose = 0x0000ff20; + pub const SunAltGraph = 0x0000ff7e; + pub const SunPageUp = 0x0000ff55; + pub const SunPageDown = 0x0000ff56; + pub const SunUndo = 0x0000ff65; + pub const SunAgain = 0x0000ff66; + pub const SunFind = 0x0000ff68; + pub const SunStop = 0x0000ff69; + pub const SunProps = 0x1005ff70; + pub const SunFront = 0x1005ff71; + pub const SunCopy = 0x1005ff72; + pub const SunOpen = 0x1005ff73; + pub const SunPaste = 0x1005ff74; + pub const SunCut = 0x1005ff75; + pub const SunPowerSwitch = 0x1005ff76; + pub const SunAudioLowerVolume = 0x1005ff77; + pub const SunAudioMute = 0x1005ff78; + pub const SunAudioRaiseVolume = 0x1005ff79; + pub const SunVideoDegauss = 0x1005ff7a; + pub const SunVideoLowerBrightness = 0x1005ff7b; + pub const SunVideoRaiseBrightness = 0x1005ff7c; + pub const SunPowerSwitchShift = 0x1005ff7d; + pub const Dring_accent = 0x1000feb0; + pub const Dcircumflex_accent = 0x1000fe5e; + pub const Dcedilla_accent = 0x1000fe2c; + pub const Dacute_accent = 0x1000fe27; + pub const Dgrave_accent = 0x1000fe60; + pub const Dtilde = 0x1000fe7e; + pub const Ddiaeresis = 0x1000fe22; + pub const DRemove = 0x1000ff00; + pub const hpClearLine = 0x1000ff6f; + pub const hpInsertLine = 0x1000ff70; + pub const hpDeleteLine = 0x1000ff71; + pub const hpInsertChar = 0x1000ff72; + pub const hpDeleteChar = 0x1000ff73; + pub const hpBackTab = 0x1000ff74; + pub const hpKP_BackTab = 0x1000ff75; + pub const hpModelock1 = 0x1000ff48; + pub const hpModelock2 = 0x1000ff49; + pub const hpReset = 0x1000ff6c; + pub const hpSystem = 0x1000ff6d; + pub const hpUser = 0x1000ff6e; + pub const hpmute_acute = 0x100000a8; + pub const hpmute_grave = 0x100000a9; + pub const hpmute_asciicircum = 0x100000aa; + pub const hpmute_diaeresis = 0x100000ab; + pub const hpmute_asciitilde = 0x100000ac; + pub const hplira = 0x100000af; + pub const hpguilder = 0x100000be; + pub const hpYdiaeresis = 0x100000ee; + pub const hpIO = 0x100000ee; + pub const hplongminus = 0x100000f6; + pub const hpblock = 0x100000fc; + pub const osfCopy = 0x1004ff02; + pub const osfCut = 0x1004ff03; + pub const osfPaste = 0x1004ff04; + pub const osfBackTab = 0x1004ff07; + pub const osfBackSpace = 0x1004ff08; + pub const osfClear = 0x1004ff0b; + pub const osfEscape = 0x1004ff1b; + pub const osfAddMode = 0x1004ff31; + pub const osfPrimaryPaste = 0x1004ff32; + pub const osfQuickPaste = 0x1004ff33; + pub const osfPageLeft = 0x1004ff40; + pub const osfPageUp = 0x1004ff41; + pub const osfPageDown = 0x1004ff42; + pub const osfPageRight = 0x1004ff43; + pub const osfActivate = 0x1004ff44; + pub const osfMenuBar = 0x1004ff45; + pub const osfLeft = 0x1004ff51; + pub const osfUp = 0x1004ff52; + pub const osfRight = 0x1004ff53; + pub const osfDown = 0x1004ff54; + pub const osfEndLine = 0x1004ff57; + pub const osfBeginLine = 0x1004ff58; + pub const osfEndData = 0x1004ff59; + pub const osfBeginData = 0x1004ff5a; + pub const osfPrevMenu = 0x1004ff5b; + pub const osfNextMenu = 0x1004ff5c; + pub const osfPrevField = 0x1004ff5d; + pub const osfNextField = 0x1004ff5e; + pub const osfSelect = 0x1004ff60; + pub const osfInsert = 0x1004ff63; + pub const osfUndo = 0x1004ff65; + pub const osfMenu = 0x1004ff67; + pub const osfCancel = 0x1004ff69; + pub const osfHelp = 0x1004ff6a; + pub const osfSelectAll = 0x1004ff71; + pub const osfDeselectAll = 0x1004ff72; + pub const osfReselect = 0x1004ff73; + pub const osfExtend = 0x1004ff74; + pub const osfRestore = 0x1004ff78; + pub const osfDelete = 0x1004ffff; + pub const Reset = 0x1000ff6c; + pub const System = 0x1000ff6d; + pub const User = 0x1000ff6e; + pub const ClearLine = 0x1000ff6f; + pub const InsertLine = 0x1000ff70; + pub const DeleteLine = 0x1000ff71; + pub const InsertChar = 0x1000ff72; + pub const DeleteChar = 0x1000ff73; + pub const BackTab = 0x1000ff74; + pub const KP_BackTab = 0x1000ff75; + pub const Ext16bit_L = 0x1000ff76; + pub const Ext16bit_R = 0x1000ff77; pub const mute_acute = 0x100000a8; pub const mute_grave = 0x100000a9; pub const mute_asciicircum = 0x100000aa;