- 09 Mar, 2020 1 commit
-
-
Sebastian Wick authored
Add XF86XK_FullScreen keysym, to be used as mapping for evdev's KEY_FULL_SCREEN. Chromebooks have a special media key for toggling full screen mode. Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net>
-
- 22 Jan, 2019 1 commit
-
-
Hans de Goede authored
Add XF86XK_RotationLockToggle keysym, to be used as mapping for evdev's KEY_ROTATE_LOCK_TOGGLE. I've a Point of View P1006W-232 Windows tablet which actually has a rotate-lock toggle-button. The latest kernel correctly generates KEY_ROTATE_LOCK_TOGGLE events for this. So now I'm hooking up support for it through all the higher layers. Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Jian-Hong Pan <jian-hong@endlessm.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
- 21 Jan, 2019 1 commit
-
-
Jian-Hong Pan authored
Add XF86XK_MonBrightnessCycle keysym, to be used as mapping for evdev's KEY_BRIGHTNESS_CYCLE keycode which is generated from ACPI video module's ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS on some Acer AIO desktop buttons. The button changes the screen's brightness on Windows. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=108861Signed-off-by:
Jian-Hong Pan <jian-hong@endlessm.com> Reviewed-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
- 10 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 30 Jan, 2018 1 commit
-
-
Adam Jackson authored
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 12 May, 2017 2 commits
-
-
Hans de Goede authored
Add XF86XK_AudioPreset keysym, to be used as mapping for evdev's KEY_SOUND keycode which is generated on some devices by a button which on windows selects equalizer presets switching between settings such as e.g. theatre-mode / game-mode / voice-mode. Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Hans de Goede authored
Add Keysyms corresponding to the evdev WWAN and RFKILL keys, we already have Keysyms for WLAN and UWB from linux/input-event-codes.h: #define KEY_WLAN 238 #define KEY_UWB 239 But not for the WWAN and generic RFKILL keys: #define KEY_WWAN 246 /* Wireless WAN (LTE, UMTS, GSM, etc.) */ #define KEY_WIMAX KEY_WWAN #define KEY_RFKILL 247 /* Key that controls all radios */ This commits add Keysyms for these so that we can add proper mappings for them to xkb. Cc: Bastien Nocera <bnocera@redhat.com> Cc: Benjamin Berg <bberg@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 10 May, 2017 1 commit
-
-
Christian Kellner authored
The 2017 Thinkpad models have a new hotkey with a keyboard symbols on it, which is mapped to KEY_KEYBOARD in the kernel. Signed-off-by:
Christian Kellner <christian@kellner.me> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
- 19 Jul, 2014 1 commit
-
-
Alan Coopersmith authored
As noted in the comment in the file, X.Org controls the main X11 keysym definitions, so adds new keysyms there, not in the XFree86 vendor space. Reported-by:
Gioele Barabucci <gioele@svario.it> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
- 26 Aug, 2012 1 commit
-
-
James M Leddy authored
Lenovo Thinkpad machines have a microphone mute in addition to the standard audio output mute. Signed-off-by:
James M. Leddy <james.leddy@canonical.com> Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
- 20 Jun, 2011 1 commit
-
-
Peter Hutterer authored
These two keysyms provide exciting new possibilities of a close relationship between our valued users and hard-working developers through innovative logging solutions. Such keysyms truly pave new ground in the reponsiveness to bug reports and and debug-ability of grabs. For unprecedented uses of these keysyms, see the patches here: http://patchwork.freedesktop.org/patch/5936/ http://patchwork.freedesktop.org/patch/5935/Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Daniel Stone <daniel@fooishbar.org>
-
- 18 Nov, 2010 1 commit
-
-
Bastien Nocera authored
Those keysyms will be used to report events from the hardware. Hardware like the HP laptops emit 2 separate keycodes when the touchpad is enabled or disabled. So we can catch those in user-space and display a popup. https://bugs.freedesktop.org/show_bug.cgi?id=31300Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 02 Oct, 2009 1 commit
-
-
Peter Hutterer authored
Many laptops provide a key to enable or disable the touchpad and the trackstick. On Lenovo T61s, this key is located on Fn + F8. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 12 Jun, 2009 1 commit
-
-
Adam Jackson authored
-
- 14 Nov, 2008 1 commit
-
-
Peter Hutterer authored
At the moment, we have the following keysyms defined to put a computer into a sleep state: XF86XK_Standby 0x1008FF10 /* System into standby mode */ XF86XK_PowerDown 0x1008FF21 /* Deep sleep the system */ XF86XK_Sleep 0x1008FF2F /* Put system to sleep */ Proposed change by Richard Hughes: "The nomenclature I've been trying to make stick (most projects now use this) for a few years now is: standby: high sleep state, nobody uses this any more hibernate: sleep to disk - slow, but can remove power suspend: sleep to ram - fast, but can't remove power hybrid sleep: sleep to both, slow, and can remove power, but quick to resume if you don't - most users don't use this" This patch adds XF86XK_Suspend and XF86XK_Hibernate. The behaviour of XF86XK_Sleep can then be configured on a per-session basis. Signed-off-by:
Peter Hutterer <peter.hutterer@redhat.com>
-
- 15 Oct, 2008 1 commit
-
-
Bastien Nocera authored
In particular, this enables Sony Ericsson phones and PS3 BD remotes. X.Org Bug 16519 <https://bugs.freedesktop.org/show_bug.cgi?id=16519> Signed-off-by:
Peter Hutterer <peter.hutterer@redhat.com>
-
- 13 Oct, 2008 1 commit
-
-
Peter Hutterer authored
-
- 06 Mar, 2008 1 commit
-
-
James Cloos authored
Fix typo reported in https://bugs.freedesktop.org/show_bug.cgi?id=11193 thereby making XF86Keysym.h match libX11’s XKeysymDB.
-
- 28 Aug, 2007 1 commit
-
-
Eric Anholt authored
-
- 02 Feb, 2007 1 commit
-
-
Zephaniah E. Hull authored
-
- 21 Sep, 2006 1 commit
-
-
Daniel Stone authored
Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff.
-
- 23 Apr, 2004 1 commit
-
-
Egbert Eich authored
-
- 14 Mar, 2004 1 commit
-
-
Egbert Eich authored
-
- 03 Mar, 2004 1 commit
-
-
Egbert Eich authored
-
- 26 Feb, 2004 2 commits
-
-
Egbert Eich authored
-
Egbert Eich authored
-
- 14 Nov, 2003 1 commit
-
-
Kaleb Keithley Keithley authored
-