jeon [Tue, 28 May 2019 11:12:47 +0000 (20:12 +0900)]
support light keymap & locale mode
Change-Id: I1104574567ce1d52d4093e5041302e18fa008c12
JengHyun Kang [Thu, 10 Aug 2017 12:49:50 +0000 (21:49 +0900)]
check return value of getenv() is overflowed
Change-Id: I253c6b0629126fddd8d3b8507f64b04c5267a1ef
JengHyun Kang [Fri, 16 Jun 2017 08:27:58 +0000 (17:27 +0900)]
Modify keymap cache files install location
Change-Id: Ia56b8fe7a9ac3b386ddf6bd4eef51dfc599b0eaf
JengHyun Kang [Fri, 12 May 2017 06:57:20 +0000 (15:57 +0900)]
remove unnecessary keymap files except symbols before build a package
Change-Id: I29a6e7ef3d099f6c6525f92eaab2b53f504c39f7
Sung-Jin Park [Mon, 3 Apr 2017 04:13:01 +0000 (13:13 +0900)]
packaging: update packaging file to install license file via %license macro
Change-Id: Idfc5d697506b78d8fa4c05d2e28d709e4665cf45
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
MyungJoo Ham [Mon, 6 Mar 2017 02:14:58 +0000 (11:14 +0900)]
spec fix: Tizen MIC error with awk while installing.
Let's explicitly state that we need awk in post script.
Change-Id: I0f786cc5bce13ead2dffcc4face1595647e48e30
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
JengHyun Kang [Tue, 7 Feb 2017 01:45:22 +0000 (10:45 +0900)]
Do not requires to each profiles
Change-Id: Ia0921a20cca9cf9f12a1c0bfeb3cff036fa83036
MyungJoo Ham [Wed, 7 Dec 2016 07:27:06 +0000 (16:27 +0900)]
Cut build-dep on xkb-tizen-data
- This is for Tizen 4.0 Configurability and Building Blocks
- xkb-tizen-data differs per profile & device. Thus, depending on
xkb-tizen-data (BuildRequires) makes this pacakge fragmented.
This patch allows xkeyboard-config to configure itself at install-time
for each profile. So you can keep the per-profile/device optimization
without sacrificing the generality of code & binary.
(This requires commits on xkb-tizen-data merged before this)
- When you SR this, you need to create a JIRA-TRE issue of :
: Add xkb-tizen-data-profile_mobile for mobile profile
: Add xkb-tizen-data-profile_wearable for wearable profile
: Add xkb-tizen-data-profile_tv for tv profile
: Add xkb-tizen-data-profile_ivi for ivi profile
: Add xkb-tizen-data-profile_common for common profile
Change-Id: Iaab9e9c0ab1942fa6526ffedd938d190fdc156c4
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Wed, 7 Dec 2016 02:40:02 +0000 (11:40 +0900)]
Code Clean: GBS warning removed
The previous macro incurred a few hundreads (if not thousands) of:
...
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
...
Change-Id: If91c8ef4c3259a2aed7e907b32a9f705b859114f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
JengHyun Kang [Tue, 30 Aug 2016 10:02:04 +0000 (19:02 +0900)]
Remove a dependancy of profile
Change-Id: I9f4d8ecb7276513fdcd7f8c7d6c1dd3eed8b7e44
JengHyun Kang [Thu, 11 Aug 2016 02:40:01 +0000 (11:40 +0900)]
Do not duplicated xkb_name setting
Change-Id: I6f1fb02fa110bc2e730e89a9964e14b8cc96ea29
JengHyun Kang [Tue, 12 Jul 2016 02:16:51 +0000 (11:16 +0900)]
svace: Fix svace issues
- Modify strtok to strtok_r to gurantee threads safety
- Prevent a memory overflow during read a file using fscanf
Change-Id: Ic58da413dc3e8973a747a19e30dcd1208a42b49b
JeongHyun Kang [Fri, 17 Jun 2016 05:22:24 +0000 (14:22 +0900)]
Do not remove symbol files following selected languages in xkb.rule file
Change-Id: If80c074760b5f0c6825620f7445f313d96bde68f
JeongHyun Kang [Tue, 7 Jun 2016 03:57:41 +0000 (12:57 +0900)]
Install symbols to support rusian profile
JengHyun Kang [Tue, 3 May 2016 08:37:08 +0000 (17:37 +0900)]
Disable repeat to keyboard keys default if these are handled by keyrouter
JengHyun Kang [Mon, 2 May 2016 11:40:37 +0000 (20:40 +0900)]
Modify syntax for enviroment and change default repeat option
JengHyun Kang [Tue, 26 Apr 2016 02:38:06 +0000 (11:38 +0900)]
Set a keymap file path to enviroment variable
JengHyun Kang [Mon, 25 Apr 2016 09:17:10 +0000 (18:17 +0900)]
Set a repeat value to key if keyboard and repeat options are set together
Sung-Jin Park [Thu, 21 Apr 2016 08:01:55 +0000 (17:01 +0900)]
Add repeat parsing routine in make_symbols.sh
Change-Id: Iaac8dfa5700772c839f323b81b31c70fbbebf23a
JengHyun Kang [Thu, 7 Apr 2016 01:46:53 +0000 (10:46 +0900)]
Add header file for getenv and install a tizen_common's keycodes file
Sung-Jin Park [Wed, 6 Apr 2016 09:51:08 +0000 (18:51 +0900)]
Uncomment on exporting RULE_FILE_PATH and add exception handling for aarch64 and x86_64
Change-Id: I49e6cf4679549e0cb44cd362e36a337a475e08c2
Sung-Jin Park [Wed, 6 Apr 2016 09:01:57 +0000 (18:01 +0900)]
Fix build error in aarch64
Change-Id: Ic0ebc8c48c8fd9c7f2068d660bc775289a4cb6a6
Sung-Jin Park [Wed, 6 Apr 2016 05:32:10 +0000 (14:32 +0900)]
Fix .spec file to remove common profile check syntax
Change-Id: I18a96d0999c92eab6ec4f5b89b08a3cadcfe5efc
JengHyun Kang [Thu, 31 Mar 2016 07:47:14 +0000 (16:47 +0900)]
Compile a pre-cached keymap file when build time
Sung-Jin Park [Fri, 11 Mar 2016 05:41:28 +0000 (14:41 +0900)]
Apply directory macros and install license file to the proper directory
Change-Id: I7d864b38a9febbe5b30bab37a0443aed60c0961d
JengHyun Kang [Tue, 16 Feb 2016 11:54:26 +0000 (20:54 +0900)]
Parse keymap's extra options: Enable multi options
JengHyun Kang [Wed, 23 Dec 2015 02:01:03 +0000 (11:01 +0900)]
Change a license to MIT
JengHyun Kang [Fri, 4 Dec 2015 09:00:08 +0000 (18:00 +0900)]
Modify to exclude some files which are not used currently
Change-Id: I0a0ec2385b15c1eaf2cb36e392b3f5ada9b10df8
JengHyun Kang [Thu, 12 Nov 2015 02:55:34 +0000 (11:55 +0900)]
Change a buildrequires e-tizen-data to xkb-tizen-data for install a keylayout file
JengHyun Kang [Thu, 12 Nov 2015 01:53:31 +0000 (10:53 +0900)]
Revert "Install tizen keymap files in the xkb-data package"
This reverts commit
def287cb9ef979d291066742bcddeb35680f7575.
Sung-Jin Park [Tue, 3 Nov 2015 01:16:29 +0000 (10:16 +0900)]
Revert "Package version up"
This reverts commit
c237b8e527bf5380cd7b6cb0bc28938464dbc669.
Sung-Jin Park [Mon, 2 Nov 2015 11:01:08 +0000 (20:01 +0900)]
Package version up
Change-Id: I93e79ff0cf646078f74078ac56b4d34efa7f01f6
JengHyun Kang [Mon, 2 Nov 2015 01:59:55 +0000 (10:59 +0900)]
Install tizen keymap files in the xkb-data package
jhyuni.kang [Fri, 17 Jul 2015 05:26:45 +0000 (14:26 +0900)]
Do not redefine normal keyboard keys
jhyuni.kang [Mon, 27 Apr 2015 16:15:54 +0000 (01:15 +0900)]
Modify rule of keycode defined name
jhyuni.kang [Mon, 30 Mar 2015 14:56:50 +0000 (23:56 +0900)]
Make a tizen keymap using a tizen key layout file
Jeong-Hyun Kang [Wed, 25 Feb 2015 07:44:02 +0000 (16:44 +0900)]
Change xkb_symbols evdev: change key symbol XF86Send with XF86MenuKB
Jeong-Hyun Kang [Mon, 16 Feb 2015 08:51:50 +0000 (17:51 +0900)]
Change keycode Cancel key with XF86AudioStop key
Kévin THIERRY [Wed, 5 Nov 2014 12:35:40 +0000 (13:35 +0100)]
Bump to version 2.12
Use upstream git repo instead of pristin-tar.
Also clean spec file.
Bug-Tizen: TC-1879
Change-Id: Ia6a374deb20f711e0970d2d331837ba4b44637c4
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Jinkun Jang [Sat, 12 Apr 2014 02:09:53 +0000 (11:09 +0900)]
add spec for 2.11
Li,Limin [Wed, 15 Jan 2014 07:02:40 +0000 (15:02 +0800)]
init wayland support
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:
| wayland | x | meaning
|---------------------------
| 0 | 1 | pure X11 platform(no wayland)
| 1 | 0 | pure wayland platform (no X11)
| 1 | 1 | wayland but X compatibility
| 0 | 0 | no X and no wayland
This method unifies the meaning and usage. Deploy this method to xkeyboard-config package.
bug:https://bugs.tizen.org/jira/browse/PTREL-568
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Iddb487f7521779a7a927cda729e9e0b820dc5925
Alexandru Cornea [Sat, 29 Jun 2013 02:16:20 +0000 (05:16 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Wed, 7 Nov 2012 05:14:06 +0000 (21:14 -0800)]
add packaging
Sergey Udaltsov [Wed, 28 May 2014 00:36:39 +0000 (01:36 +0100)]
Now 2.12
Sergey Udaltsov [Wed, 28 May 2014 00:36:24 +0000 (01:36 +0100)]
First 2.11.99
Sergey Udaltsov [Wed, 28 May 2014 00:31:22 +0000 (01:31 +0100)]
Pseudo-commit for 2.12
Sergey Udaltsov [Wed, 28 May 2014 00:05:09 +0000 (01:05 +0100)]
Syncing translations
Sergey Udaltsov [Wed, 28 May 2014 00:04:36 +0000 (01:04 +0100)]
Preparing 2.12
Sergey Udaltsov [Sat, 17 May 2014 01:17:22 +0000 (02:17 +0100)]
Added al(plisi-d1)
https://bugs.freedesktop.org/show_bug.cgi?id=75393
Sergey Udaltsov [Sat, 17 May 2014 01:16:33 +0000 (02:16 +0100)]
Added a se(dvorak_a5) to xml inventory
For consistensy
Sergey Udaltsov [Sat, 17 May 2014 01:16:02 +0000 (02:16 +0100)]
Added name to ru(phonetic)
A bit of cleanup
Peter Hutterer [Tue, 13 May 2014 00:05:17 +0000 (10:05 +1000)]
rules: fix xml for grab:debug
Mixup of grab:debug vs grab:debug_actions.
Introduced in
f26d143cfdb5c69fef33cddffe6c2e0b8b1debd8
Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Andreas Wettstein [Sat, 26 Apr 2014 18:15:20 +0000 (20:15 +0200)]
Implement "Aus der Neo-Welt". This implementation is based on the existing Neo 2 layout, and only adjusts the letters, period and comma.
Signed-off-by: Andreas Wettstein <wettstae@gmail.com>
Sergey Udaltsov [Tue, 6 May 2014 22:32:53 +0000 (23:32 +0100)]
Missing PC_SUPER_LEVEL2
https://bugs.freedesktop.org/show_bug.cgi?id=78076
Sergey Udaltsov [Thu, 1 May 2014 23:13:35 +0000 (00:13 +0100)]
support for grp:lwin_space_toggle and similar
https://bugs.freedesktop.org/show_bug.cgi?id=78076
Sergey Udaltsov [Wed, 30 Apr 2014 23:40:35 +0000 (00:40 +0100)]
Fixed url
https://bugs.freedesktop.org/show_bug.cgi?id=78031
Peter Hutterer [Fri, 14 Mar 2014 00:38:22 +0000 (10:38 +1000)]
Drop Pointer_EnableKeys from jp and some fr layouts
1bc01a5eaa1180c026ebf8fc75e9bc3cb6876c66 dropped it as a default, but some
layouts still added it separately from that option.
https://bugs.freedesktop.org/show_bug.cgi?id=71341
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Marko Myllynen [Tue, 25 Mar 2014 15:16:57 +0000 (17:16 +0200)]
Sync fi/classic with fi/console
Syncing fi/classic with fi/console from current kbd, basically just
sacrifices guillemotleft/guillemotright to make it possible to type
less/greater at 4th level with (virtual) keyboards missing the key.
fi/default still provides guillemotleft/guillemotright and numerous
other related symbols so users needing them can use it instead (and
using local overrides with xmodmap(1) is also an option as always).
Clean up the sun_type6 section while at it.
Benno Schulenberg [Tue, 4 Feb 2014 17:02:20 +0000 (18:02 +0100)]
symbols/{me,rs}: Making the menu names match the keysymbol names.
Acked-by: Часлав Илић <caslav.ilic@gmx.net>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 3 Feb 2014 19:04:23 +0000 (20:04 +0100)]
symbols/rs: Removing empty comments, and adding some slightly useful ones.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 3 Feb 2014 19:00:01 +0000 (20:00 +0100)]
symbols/{hr,rs}: Harmonizing whitespace.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 3 Feb 2014 18:53:51 +0000 (19:53 +0100)]
symbols/{rs,hr}: Tweaking some comments.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Sergey Udaltsov [Thu, 17 Apr 2014 22:56:29 +0000 (23:56 +0100)]
Fixed unicode chars for ru(cv)
https://bugs.freedesktop.org/show_bug.cgi?id=11246
Stefan Dirsch [Mon, 14 Apr 2014 09:25:33 +0000 (11:25 +0200)]
Back to previous "ru(phonetic)" keyboard layout.
This reverts commit
09989fd4b68948be51567b2c78f3ce4e2f75c55c
Fix Russian phonetic layout
According to
https://bugzilla.novell.com/show_bug.cgi?id=498304
the mapping of the Russian phonetic layout doesn't match what
is shown in:
http://en.wikipedia.org/wiki/Keyboard_layout#Russian
Apparently I've implemented the most prominently shown russian
phonetic keyboard on Wikipedia, which at the same is at least being
used and also appears at most unlogic. The initial request came from
HP. Sources are no longer known. So let's revert this one.
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
Sergey Udaltsov [Fri, 21 Feb 2014 23:50:59 +0000 (23:50 +0000)]
Small sync of descriptions
Ran Benita [Mon, 17 Feb 2014 14:49:47 +0000 (16:49 +0200)]
symbols/ru: fix unrecognized keysyms
Many of the keysyms in this variant do not exist. It seems to want to
take the common(ru) layout and add level3 and level4 keysyms, so I
interpolated the correct keysyms from that layout.
xkbcommon: WARNING: ru:490:32: unrecognized keysym
xkbcommon: WARNING: ru:490:35: unrecognized keysym
xkbcommon: WARNING: ru:491:32: unrecognized keysym
xkbcommon: WARNING: ru:491:36: unrecognized keysym
xkbcommon: WARNING: ru:493:32: unrecognized keysym
xkbcommon: WARNING: ru:493:35: unrecognized keysym
xkbcommon: WARNING: ru:494:32: unrecognized keysym
xkbcommon: WARNING: ru:494:36: unrecognized keysym
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 14:37:42 +0000 (16:37 +0200)]
symbols/sun_vndr/pl: fix unrecognized keysym
xkbcommon: WARNING: sun_vndr/pl:43:25: unrecognized keysym
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 14:36:11 +0000 (16:36 +0200)]
symbols/lv: fix unrecognized keysyms
The intention here is pretty clear.
xkbcommon: WARNING: lv:411:51: unrecognized keysym
xkbcommon: WARNING: lv:470:51: unrecognized keysym
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 14:20:26 +0000 (16:20 +0200)]
symbols/in: fix unrecognized keysyms
There is no keysym similar to "gur_visarga". Changed according to
http://en.wikipedia.org/wiki/Gurmukhī_alphabet#Visarg :
The visarg symbol (ਃ U+0A03) is used very occasionally in Gurmukhi. It
can either represent an abbreviation (like period is used in English) or
it can act like a Sanskrit Visarga where a voiceless ‘h’ sound is
pronounced after the vowel.
xkbcommon: WARNING: in:1395:42: unrecognized keysym
There is not "dead_V" keysym and I haven't managed to find what it ought
to be, see:
https://bugs.freedesktop.org/show_bug.cgi?id=19753
Since it has no effect, let's remove it and let the keymap author in the
bug add something useful if desired.
xkbcommon: WARNING: in:1641:46: unrecognized keysym
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 14:08:31 +0000 (16:08 +0200)]
symbols/il: fix unrecognized keysyms
The Hebrew letter ש (shin) has two variants depending on the "niqqud":
שׁ and שׂ , which are pronounced "sh" and "s" (in which case it is
sometimes called "sin"). In this layout the level1 has the niqqud, and
level2 removes it. But due to some confusion in one case the keysym was
spelled "hebrew_sin" instead of "hebrew_shin".
xkbcommon: WARNING: il:302:25: unrecognized keysym
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 14:01:31 +0000 (16:01 +0200)]
symbols/it: s/alphanueric_keys/alphanumeric_keys
xkbcommon: ERROR: it:64:9: syntax error
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 13:59:51 +0000 (15:59 +0200)]
symbols/in: add missing }; in tam_TSCII variant
xkbcommon: ERROR: in:1235:1: syntax error
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 13:57:31 +0000 (15:57 +0200)]
symbols/cz: remove unneeded \| escape
The character '|' doesn't need to be escaped.
xkbcommon: WARNING: cz:76:19: unknown escape sequence in string literal
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 13:55:58 +0000 (15:55 +0200)]
symbols/es: s/alphanumeric/alphanumeric_keys
xkbcommon: ERROR: es:29:9: syntax error
Signed-off-by: Ran Benita <ran234@gmail.com>
Ran Benita [Mon, 17 Feb 2014 09:07:55 +0000 (11:07 +0200)]
symbols/sun_vndr/sk: add missing comma
xkbcommon: ERROR: sun_vndr/sk:37:74: syntax error
Signed-off-by: Ran Benita <ran234@gmail.com>
Sergey Udaltsov [Mon, 10 Feb 2014 02:07:55 +0000 (02:07 +0000)]
Lost symbols part for Swedish A5
https://bugs.freedesktop.org/show_bug.cgi?id=71852
Benno Schulenberg [Sun, 2 Feb 2014 21:05:12 +0000 (22:05 +0100)]
symbols/{cz,sk}: Tweaking comments and harmonizing whitespace.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Sun, 2 Feb 2014 12:13:36 +0000 (13:13 +0100)]
symbols/{kz,ru}: Remove two useless settings of the key type.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Fri, 31 Jan 2014 21:41:55 +0000 (22:41 +0100)]
symbols/ua: Harmonizing whitespace.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Fri, 31 Jan 2014 21:00:45 +0000 (22:00 +0100)]
symbols/ua: Tweaking the comments and harmonizing the includes.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Tue, 28 Jan 2014 17:48:22 +0000 (18:48 +0100)]
symbols/ru: Harmonizing whitespace, and each key on one line.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Tue, 28 Jan 2014 17:11:22 +0000 (18:11 +0100)]
symbols/ru: Tweaking the comments, and harmonizing includes and blank lines.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 27 Jan 2014 22:22:29 +0000 (23:22 +0100)]
symbols/tr: Harmonizing whitespace.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 27 Jan 2014 21:54:09 +0000 (22:54 +0100)]
symbols/tr: Tweaking the comments.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Egbert Eich [Wed, 5 Feb 2014 02:59:29 +0000 (03:59 +0100)]
Fix overlap of inet keys with jp Henkan and Muhenkan keys
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>
Sergey Udaltsov [Wed, 5 Feb 2014 13:21:20 +0000 (13:21 +0000)]
Capital SOFTSIGN should be used with shift
Benno Schulenberg [Mon, 3 Feb 2014 09:28:49 +0000 (10:28 +0100)]
Now really lowercasing "with rupee", like "with euro" is too.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Sergey Udaltsov [Wed, 5 Feb 2014 11:08:37 +0000 (11:08 +0000)]
XML structure fixed
Egbert Eich [Tue, 4 Feb 2014 19:04:44 +0000 (20:04 +0100)]
Add 'Windows' specific variant to dk, es, fi, it and no layouts
Keyboards for use with Windows seem to have symbols imprinted
on some layouts which don't match the mappings defined by national
standards and/or what has chosen as default for the respective
language.
Here a second EuroSymbol is added to the AltGr-5 key for the
dk, es, fi, it and no layouts.
A language specific variant model has been chosen to be able
to extend these mappings on a per language basis in the future.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Sergey Udaltsov [Wed, 5 Feb 2014 11:04:51 +0000 (11:04 +0000)]
broken xml fixed
Christoph Roeper [Tue, 4 Feb 2014 16:34:26 +0000 (17:34 +0100)]
EurKEY keyboard layout: languageList update
Egbert Eich [Tue, 4 Feb 2014 13:13:53 +0000 (14:13 +0100)]
Back out cf93beb - restore numeric keypad separator for FR/IT/NL
This reverts commit
cf93beb47f9907946dd72ca4d481ffbbbadda53a
Let <KPDL> key on it,fr and nl keyboards generate KP_Separator.
Notwithstanding the never ending discussion what character this
key on the numeric keypad should produce this key should produce
what is imprinted on the keyboards. After all all three countries
are observing the SI standards.
This makes this layout more consistent and match for instance
what is done in the de layout.
It turned out that the information about the keypad separator
for the fr, it and nl keyboard layouts were obtained from what
glibc sets as delimiter for the respective language.
This however doesn't coincide what is imprinted on the keyboards
for the respective languages.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Sergey Udaltsov [Sun, 2 Feb 2014 23:55:06 +0000 (23:55 +0000)]
mark descriptions as translatable
Sergey Udaltsov [Sun, 2 Feb 2014 23:51:26 +0000 (23:51 +0000)]
Added de(tr)
https://bugs.freedesktop.org/show_bug.cgi?id=73679
Benno Schulenberg [Sun, 1 Sep 2013 15:28:05 +0000 (17:28 +0200)]
Swapping 'plus' and 'equal' into their correct positions on Afghan keyboards.
This fixes bug #39954 -- https://bugs.freedesktop.org/show_bug.cgi?id=39954
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Christoph Roeper [Thu, 30 Jan 2014 11:49:10 +0000 (12:49 +0100)]
EurKEY keyboard layout
Benno Schulenberg [Sun, 2 Feb 2014 14:12:52 +0000 (15:12 +0100)]
symbols/??: Putting the name of the layout *after* the main include.
To avoid this name getting overridden by the name in the include, so
that 'xkbcomp -xkb' can report the actual name of the layout used.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Wed, 15 Jan 2014 16:20:16 +0000 (17:20 +0100)]
Lowercasing and separating "rupee" and "sign".
In user menus, use the normal-world name instead of the key-symbol name.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Wed, 15 Jan 2014 13:04:56 +0000 (14:04 +0100)]
Decapitalizing and dehyphenating, in two options, for consistency.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Wed, 15 Jan 2014 12:53:28 +0000 (13:53 +0100)]
Increasing the contrast between the Bosnian/Croatian/Slovenian options.
The little word "use" looks to me too much like the abbreviation "US";
better use the word "with", as used elsewhere, for better contrast,
and for better matching with the corresponding US-keyboard option.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>