summaryrefslogtreecommitdiff
path: root/symbols/br
AgeCommit message (Collapse)AuthorFilesLines
2024-05-29symbols/br: remove the default Scroll_Lock mappingPeter Hutterer1-2/+0
This was added in 3b3d93cc06446a9555a1ef4649240c5f2d468308 but the justification in the matching bugzilla entry [1] is: This way I wont need to put this in .bashrc: xmodmap -e 'add mod3 = Scroll_Lock' [...] Maybe it should be added earlier in other setup files like <pc>, but Im not sure. This way, more variants than <br> get it fixed, and the variants that needs to reconfigures mod3, will do it later. IOW it looks like this was added to br(abnt2) for convenience despite it not being part of the actual layout. It was removed in !112 and later restored via !555 when that removal was found to have the wrong reason. The real reason is: there's nothing in the brazilian keyboard layout that requires a scroll lock. Where it is useful to users it should be enabled by those users via option "scrolllock:mod3". [1] https://bugs.freedesktop.org/show_bug.cgi?id=28972
2024-01-08Revert "Fix media keys lag on ABNT2 keyboard"Peter Hutterer1-0/+2
From xkeyboard-config!555: That solution was a workaround to fix a bug in Ubuntu 22.04. The bug is described in: - https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1895486 - https://askubuntu.com/questions/906723/fn-media-keys-slow-delayed-on-ubuntu-gnome-17-04 As the xkeyboard-config is not the cause of that bug, the Scroll Lock key must return because many users use this key in some apps. This reverts commit f3a759524b01b3c8fbe27a8fa3ee76ed30d3adb9.
2023-08-07symbols: replace most <LatK> key names with the stabler <AXnn> namesBenno Schulenberg1-21/+21
Key names of the form <AXnn> always refer to the same keys, whereas names like <LatA>, <LatM>, and <LatZ> can refer to different keys, depending on whether the first group is Qwerty, Azerty, or Qwertz. For <LatA>, <LatQ>, <LatW>, <LatY>, and <LatZ> this is fine as they get aliased always to other _letter_ keys. But for <LatM> this is troublesome as for Azerty layouts it gets aliased to <AC10>, which in most layouts is a punctuation key, which means that either the punctuation sign or the phonetic equivalent of the letter M is lost when a "phonetic" layout is used together with the Azerty aliases. Resolve this by using almost always the <AXnn> key names -- keeping only the five non-troublesome aliases, where appropriate, in order to not change anything for people who use a second-group phonetic layout together with a first-group Qwertz layout. This fixes issue #401. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
2023-08-06symbols: harmonize whitespace, order, and codes of some phonetic layoutsBenno Schulenberg1-37/+32
This seems to change key <AE12> in the `phonetic_azerty` layout, but the first two levels of that key got redefined forty lines down.
2023-07-04symbols: replace code `U0292` with `ezh`, and code `01B7` with `EZH`Benno Schulenberg1-2/+2
The keysyms ezh (`ʒ`) and EZH (`Ʒ`) are clearer than their codes.
2023-07-04symbols: replace code `U0259` with `schwa`, and code `018F` with `SCHWA`Benno Schulenberg1-2/+2
The two code points have equivalent keysyms, whose names show much better which symbols are meant.
2023-06-21symbols: replace most U2030 codes with the `permille` symbolic nameBenno Schulenberg1-2/+2
The two are equivalent, but the latter is clearer.
2023-06-12symbols: replace the remaining dead symbols in most "nodeadkeys" variantsBenno Schulenberg1-1/+5
This leaves one dead symbol in the Finnish "nodeadkeys" variant, and five dead symbols in the Hungarian one, but... they are all on the fourth level, so... let them be. The upper-level dead symbols are replaced with the marginally useful ezh (`ʒ`), dagger (`†`), radical (`√`), and ellipsis (`…`). This partially addresses and closes issue #339. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
2023-03-23symbols: replace some 0x10000nn codes with their symbolic nameBenno Schulenberg1-2/+2
2023-03-22symbols: mention the target country at the top of most layout filesBenno Schulenberg1-0/+2
Also replace some 0x100nnnn codes with Unnnn, and tweak some comments.
2023-02-16Added Russian phonetic ABNT2Evandro1-0/+46
2022-06-29symbols: replace the strange 'Ooblique' with the shorter 'Oslash'Benno Schulenberg1-2/+2
The two are equivalent, and using 'Oslash' makes things symmetrical: it was puzzling to see those 'oslash, Ooblique' combos. Furthermore, 'Oslash' is what xkbcomp outputs.
2021-12-15Name testing script updatedSergey Udaltsov1-1/+1
Tags are introduced to indicate special variants: 1. UNREGISTERED - the ones that should not be in base.*xml 2. HW-SPECIFIC - the ones that are default for some special keyboard model
2020-09-23Fix media keys lag on ABNT2 keyboardCristiano Nunes1-2/+0
2020-05-05Add a useful "dead_caron" to the Brazilian ABNT2 layout in the place of an ↵Fábio Olivé1-1/+1
extra "masculine" ordinal sign. This allows us to type Czech/Slovak/etc letters, for example, with AltGr+\ for the caron diacritic. The dead_caron is available in the Dvorak-derived layouts in this file, but not in the regular ABNT2 layout. I believe the dead_caron is more useful than an extra ordinal sign.
2019-09-24br: make altgr+e produce degree, not euro signJack Rosenthal1-1/+1
It appears that users expect this key to be degree. I did a little bit of searching, and while I did find a few references to this being euro sign (e.g., on Wikipedia page [1]), it looks like most photos of Brazillian keyboards I could find have this as degree, and the user expectation is that this is degree [2]. For what it's worth, it appears Microsoft Windows has this as degree (tested on Windows 7). [1]: https://en.wikipedia.org/wiki/Portuguese_keyboard_layout [2]: https://crbug.com/298996 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
2019-01-05Add U+1E9E capital ssharp to layouts with ssharpSergey Udaltsov1-2/+2
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/144
2017-05-01Descriptions formatting, typos and mistakes v2Nik Kopylov1-1/+1
2016-01-14Add br(thinkpad) to the xml filesPeter Hutterer1-0/+1
https://bugzilla.redhat.com/show_bug.cgi?id=1292881 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-09-18symbols/{epo,am,br,kz}: Making the Esperanto layout get named properly.Benno Schulenberg1-1/+0
And remove three redundant name settings, as what they set is already set. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-29symbols/{br,pt}: Detabbing, plus alignment of braces and commas.Benno Schulenberg1-55/+52
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-29symbols/{pt,br}: Adjusting some comments, whitespace and alignments.Benno Schulenberg1-20/+18
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-29symbols/{pt,br}: Improving some comments concerning the Nativo layout.Benno Schulenberg1-17/+8
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-29Capitalizing 'Nativo' everywhere, as it is a layout name like Dvorak.Benno Schulenberg1-3/+3
Also, give the Esperanto-specific variant of that layout the name of that language, as is done for the corresponding variant for Portugal. Acked-by: Felipe Castro <fefcas@gmail.com> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-08-19Improve some descriptions of the configuration rules.Benno Schulenberg1-1/+1
The informal name for ISO-8859-15 is "Latin-9", capitalized; use "US" instead of "USA" as an adjective; consistenly speak of "Compose" instead of "Multi_Key"; use the same wording ("only") where the same thing is meant; spell "semicolon" correctly; use the "ShiftLock" word that is also used elsewhere; don't hyphenate "Shift keys"; make a description more "descriptive" using third person; remove inconsistent trailing periods; Esperanto accents are not just circumflexes but also a breve; and it are not the "accents" that are added but the "accented letters". Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-01-15Add Sun keyboard layout variantsjavier1-0/+7
Sun variants are widely used not only for users with Sun Keyboards. Adding as EXTRAS.
2011-04-04A number of group names synced with rules/base.xml.inSergey V. Udaltsov1-8/+8
2011-02-19Remove RCS tagsAlexandr Shadchin1-3/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
2010-07-13added Mod3 to br layoutSergey V. Udaltsov1-5/+3
https://bugs.freedesktop.org/show_bug.cgi?id=28972
2007-10-28OLPC fixletssvu1-1/+1
2007-10-18added some br and pt layouts, b.fd.o#12816svu1-4/+214
2007-09-26massive patch from OLPCsvu1-0/+35
2007-08-10adding br(thinkpad), b.fd.o#11908svu1-1/+13
2007-07-15introducing symbols/kpdl and stuff, b.fd.o#11611svu1-1/+1
2006-11-20fixing abnt2, b.fd.o#4910svu1-1/+1
2006-04-08fixed br keycodes, b.fd.o#4910svu1-2/+2
2005-09-20fixing Braziliansvu1-0/+2
2005-01-16introducing the consistency in the group namessvu1-1/+2
2004-12-22massive change in the group namessvu1-1/+1
2004-09-14keymap(comma) introduced by Franksvu1-2/+4
2004-09-07changing to ralt_switchsvu1-1/+1
2004-06-12fixing bug 515svu1-1/+1
2004-04-21adding Swiss layouts and removing references to pc/ from filessvu1-4/+4
2004-04-10first feed-in of the layouts. The revolution is comingsvu1-0/+60