- Mar 16, 2019
-
-
Add XF86RotationLockToggle, 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. The patch for adding the RotationLockToggle keysym to xproto is here: https://patchwork.freedesktop.org/patch/279365/ Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
KEY_SOUND is used on actual devices and recent xproto versions defines the AudioPreset keysym for this key. Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
KEY_KEYBOARD has an evdev-keycode value of 374 not 366. It seems that with the original addition of the mapping the evdev-keycode value was mistaken for the X scancode which is 8 higher then the evdev-keycode since the X scancodes start at 8. What seems to have happened is that the evdev-keycode was used instead of the X scancode and then 8 was subtracted for the wrong "// #define KEY_KEYBOARD 366" comment. This commit corrects the comment to say 374 and corrects the X scancode being mapped to 382. Cc: Christian Kellner <christian@kellner.me> Reviewed-by:
Christian Kellner <christian@kellner.me> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
-
Sergey Udaltsov authored
#163
-
- Feb 07, 2019
-
-
Sergey Udaltsov authored
Backticks broke it, removed
-
- Feb 02, 2019
-
-
Sergey Udaltsov authored
-
Sergey Udaltsov authored
-
- Jan 26, 2019
-
-
-
Sergey Udaltsov authored
-
- Jan 19, 2019
-
-
- Jan 12, 2019
-
-
- Jan 07, 2019
-
-
-
-
Sergey Udaltsov authored
#72
-
- Jan 05, 2019
-
-
-
Sergey Udaltsov authored
#144
-
- Jan 04, 2019
-
-
-
For one-handed layouts a question holds on which of the two keys under the thumb should be dots 5 and 6. Actual tests seem to show that it is more logical to keep dot 5 next to dot 4. Let's however keep the alternative as an option. For left-handed people, it is useful to have a left-hand variant of the keypad part. Signed-off-by:
Samuel Thibault <samuel.thibault@ens-lyon.org>
-
- Jan 03, 2019
-
-
Sergey Udaltsov authored
-
-
Sergey Udaltsov authored
#95
-
Sergey Udaltsov authored
#47
-
-
Add XF86MonBrightnessCycle keybinding, 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=108861 Signed-off-by:
Jian-Hong Pan <jian-hong@endlessm.com>
-
-
- Oct 13, 2018
-
-
Sergey Udaltsov authored
-
Sergey Udaltsov authored
-
Sergey Udaltsov authored
-
- Oct 03, 2018
-
-
- Oct 02, 2018
-
-
- Sep 29, 2018
-
-
- Sep 26, 2018
-
-
-
Italian keyboard has 'ì' and 'ù' characters. The variant "Italian (intl., with dead keys)" is erroneously associating these keys to the 'í' and 'ú' symbols, respectively. This patch associates the two keys in the keyboard variant with the correct symbols (i.e., 'ì' and 'ù'). Signed-off-by:
Alessandro Pellegrini <pellegrini@dis.uniroma1.it>
-
-
-
-
- Sep 25, 2018
-
-
- Sep 24, 2018
-
-