summaryrefslogtreecommitdiff
path: root/symbols/inet
Commit message (Collapse)AuthorAgeFilesLines
* Fix overlap of inet keys with jp Henkan and Muhenkan keysEgbert Eich2014-02-051-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | The keyboard driver (for legacy keyboards) reports the same keycodes for some inet keys as for the extra keys (Henkan and Muhenkan) on Japanese 106 keyboards. So on these keyboards Japanese users either loose their extra keys or some multimedia keys. In: commit bd9d0ced6154de583c96573585f428618017fca3 Fix henkan key on jp106 keyboard with inet media keys the Henkan/Muhenkan keys were reintroduced. A better fix will map one of the two sets to different and still unused keycodes. A patch for the xf86-input-keyboard driver moves the two inet keys into the range above 0xfb. This patch contains the corresponding changes to xkeyboard-config. Both the legacy keyboard driver and xkeyboard-config will have to be updated simultaniously otherwise users will loose the two affected multmedia keys. Signed-off-by: Egbert Eich <eich@freedesktop.org>
* symbols/{inet,ir,tj}: Removing trailing whitespace.Benno Schulenberg2013-12-181-60/+62
| | | | | | | Also adding some blank lines for consistency, unfolding some lines, and tweaking a few comments and removing useless ones. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/*: A general stab at the elimination of trailing whitespace.Benno Schulenberg2013-12-181-57/+57
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/inet: Fix mapping of KEY_DIRECTION/CYCLEWINDOWS for evdevCarlos Garnacho2013-12-171-2/+2
| | | | | | | | | | | | | | From checking the usage of KEY_CYCLEWINDOWS in the linux sources, it seems to be meant for task switching, rather than rotating the screen as XF86RotateWindows traditionally does. In turn, KEY_DIRECTION is what some kernel platform modules already use for the "rotate display" key in certain tablet models. So in order to make things consistent, it makes more sense to map KEY_DIRECTION to XF86RotateWindows, and KEY_CYCLEWINDOWS to XF86TaskPane as it's the closest offered behavior. Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
* Add XF86AudioMicMute mappingsJames M Leddy2013-05-141-0/+2
| | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=54171 Signed-off-by: James M Leddy <jm.leddy@gmail.com>
* SunOpen -> XF86OpenSergey V. Udaltsov2013-01-291-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=59878
* Move fake key MDSW to a different keycode value in xfree86 table.Stefan Dirsch2011-05-251-2/+2
| | | | | | | | | According to symbols/inet this keycode is used by two keyboard models: logitech_g15 and apple. Thus it should not be used for a fake keycode that gets assigned to a virtual modifier. Signed-off-by: Egbert Eich <eich@freedesktop.org>
* Add keycodes for MS Natural KB 4000 keys 1-5 to evdevRichard Hartmann2011-03-131-0/+5
|
* Fix stupid copy & paste errorRichard Hartmann2011-03-131-3/+4
| | | | Ugh, sorry.
* Added keycodes for Microsoft Natural Keyboard 4000Richard Hartmann2011-03-131-1/+0
| | | | | | Notably absent are any and all changes to the .po files as there _has_ to be a way not to do them by hand... Unfortunately, I was unable to find it.
* Added keycodes for Microsoft Natural Keyboard 4000Richard Hartmann2011-03-131-0/+13
| | | | | | Notably absent are any and all changes to the .po files as there _has_ to be a way not to do them by hand... Unfortunately, I was unable to find it.
* Remove RCS tagsAlexandr Shadchin2011-02-191-4/+0
| | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
* Add keycode definitions required for Apples Expose & Dashboard keys (F3/F4)Bryce Harrington2011-02-181-0/+2
| | | | | | | | | | | | | | Apple's Expose and Dashboard keys (F3 and F4) have correct keycodes reported by evdev, but are not mapped. This adds the required keycodes and symbols, using the symbols XF86LaunchA and XF86LaunchB, which allows the keys to be used in compiz configuration. (This patch has been included in Ubuntu since 2010.) Bug: #34351 Ref.: https://bugs.launchpad.net/ubuntu/+bug/520519 Signed-off-by: Bryce Harrington <bryce@canonical.com>
* Some useful mappings enabled in evdev sectionSergey V. Udaltsov2011-01-081-3/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=32653
* Add htcdream keyboard model, with US,IT,DE keyboard variantsDenis 'GNUtoo' Carikli2010-11-131-0/+28
| | | | | | | | The IT and DE keyboard were mapped looking at real hardware that I have, but the US one was done looking at: http://upload.wikimedia.org/wikipedia/commons/1/18/T-Mobile_G1_launch_event_2.jpg Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Clean up touchpad key definitionsBastien Nocera2010-11-131-1/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=31333
* Adding more Launch keys to evdev modelSergey V. Udaltsov2010-08-091-1/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=5783
* Moving KPPT from symbols/inet to more appropriate keypadSergey V. Udaltsov2010-07-131-1/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=28972
* Added FK13-FK15 mapping for evdevSergey V. Udaltsov2010-03-291-0/+3
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=25835
* A bit of optimization for symbols/inetSergey V. Udaltsov2009-11-251-12/+1
| | | | K6C maps to Eject in common media section
* Add multimedia key definitions to TypeMatrix 2030 USB keyboard.Frédéric Boiteux2009-11-251-0/+10
|
* Add FK22 as XF86TouchpadToggle to standard inet symbols.Peter Hutterer2009-09-251-0/+1
| | | | | | | | This only applies to laptops that actually have a trackstick and the matching key. However, since FK22 is unused otherwise, we might as well apply it to all models. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fixed ABNT2-specific mapping for the dot keySergey V. Udaltsov2009-06-151-1/+1
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=22303
* Added XKB model creativedw7000Sergey V. Udaltsov2009-06-141-0/+9
| | | | http://bugs.freedesktop.org/show_bug.cgi?id=22261
* Map evdev KEY_FASTFORWARD to XF86AudioForward.Rami Ylimaki2009-06-051-1/+1
| | | | | | | | | | | Currently no evdev key is mapped to libX11 1.2 XF86AudioForward key. After the mapping we have: KEY_BACK -> XF86Back KEY_FORWARD -> XF86Forward KEY_REWIND -> XF86AudioRewind KEY_FASTFORWARD -> XF86AudioForward Signed-off-by: Rami Ylimaki <ext-rami.ylimaki@nokia.com>
* symbols: add Battery, WLAN, Sleep to acpi_common, Eject to media_common.Peter Hutterer2009-04-221-0/+4
| | | | | | | | | | | Hey Sergey, This is one I'm not 100% sure of, but if you could have a look at it - much appreciated. Just adding another set of the newer symbols to media_common and acpi_common. Cheers, Peter
* rules: make pc105 an inetkbd, with media_nav_acpi_common.Peter Hutterer2009-04-221-0/+4
| | | | | | | | | Last patch for today :) We've been shipping this one for a year or so in Fedora, adding the default multi-media keys to the pc105 model. This isn't as necessary anymore since the default use of evdev (which includes it anyway), but nice for completeness.
* Map I213 to XF86Suspend, and I255 to XF86Hibernate.Peter Hutterer2009-03-051-1/+3
| | | | | | | See the matching thread on linux-acpi: http://marc.info/?l=linux-acpi&m=123599248818696&w=2 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
* fixing HZTG overriding TLDE, return normal tilde to non-Japanese layouts.Sergey V. Udaltsov2009-03-051-1/+3
|
* missing 2 mappings in evdev, b.fd.o#18854Sergey V. Udaltsov2009-02-131-3/+3
|
* symbols/inet: force NumLock to be ONE_LEVEL for ibm_spacesavers.Peter Hutterer2009-02-031-1/+4
| | | | | | | | Better than defining two levels with the same symbol. Note that we have to force it as a ONE_LEVEL, otherwise the default Pointer_EnableKeys will be tacked on automatically. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* added battery key to evdevSergey V. Udaltsov2009-02-011-1/+1
|
* Added geniuskkb2050hsSergey V. Udaltsov2009-01-281-1/+1
|
* old commentsSergey V. Udaltsov2009-01-101-5/+1
|
* made unitek kbd model complient with the recommendationsSergey V. Udaltsov2008-12-291-1/+1
|
* added compalfl90 model, b.fd.o#15820Sergey V. Udaltsov2008-12-291-0/+10
|
* moving a lot of models into rules - no need to have them as symbolsSergey V. Udaltsov2008-12-261-120/+1
|
* using hidden combined sectionsSergey V. Udaltsov2008-12-261-110/+86
|
* using acpi part wherever possibleSergey V. Udaltsov2008-12-261-90/+83
|
* update cymotionlinux model, b.fd.o#15783Sergey V. Udaltsov2008-12-251-5/+2
|
* Added model chicony0420, b.fd.o#15813Sergey V. Udaltsov2008-12-251-0/+9
|
* consolidated a lot of mappings into nav_commonSergey V. Udaltsov2008-12-241-261/+33
|
* using I32 for WWW, I02 for HomePage - uniformlySergey V. Udaltsov2008-12-231-27/+27
|
* moving XF86Search to nav_commonSergey V. Udaltsov2008-12-231-29/+4
|
* moving XF86AudioMedia to the shared media_common sectionSergey V. Udaltsov2008-12-231-2/+1
|
* added model unitek_kb1925, b.fd.o#11579Sergey V. Udaltsov2008-12-221-0/+18
|
* all XF86Refresh changed to XF86Reload, b.fd.o#10751Sergey V. Udaltsov2008-12-211-9/+9
|
* optimizing HP SK-210x kbdsSergey V. Udaltsov2008-11-301-12/+3
|
* optimize hp 518x kbdsSergey V. Udaltsov2008-11-301-41/+13
|
* Removed redundant rapidaccess2a model (nearly same as rapidaccess), a bit of ↵Sergey V. Udaltsov2008-11-301-21/+2
| | | | polish too