summaryrefslogtreecommitdiff
path: root/types/numpad
Commit message (Collapse)AuthorAgeFilesLines
* compat,types: harmonize some whitespace, and reshuffle some linesBenno Schulenberg2023-04-111-1/+1
| | | | Also, add some level specifications for clarity, although unneeded.
* types: group the basic four-level keypad type next to its sisterBenno Schulenberg2023-04-101-3/+0
| | | | | | | | | | | | Seventeen years ago, commit e3a93b0f51 wanted to distinguish between a normal keypad and a Mac keypad by redefining the FOUR_LEVEL_KEYPAD type when a Mac was used. Five years later, commit 566b887f8e removed this tweaked type again, causing the types in types/numpad to always include 'extra(keypad)'. Avoid these repetitive includes and group the FOUR_LEVEL_KEYPAD type (which, by the way, is not used anywhere) before its FOUR_LEVEL_MIXED_KEYPAD variant. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
* types: consistently mention Shift before Lock (except for neater types)Benno Schulenberg2022-06-291-22/+22
| | | | Also, use leading tabs where possible, and normalize other whitespace.
* harmonize some whitespace, to slightly improve readabilityBenno Schulenberg2022-06-051-4/+3
| | | | | Also, reshuffle an option to after the ones that it includes, as is done elsewhere in the file.
* SHIFT+base key on Keypad not modify the base key on keypad swaping to number ↵Sérgio M. Basto2021-06-051-1/+0
| | | | | | | | | | | | | | | key. SHIFT+Page_Up, SHIFT+Home, etc are a very useful sequence keyboards in KDE, so when I press SHIFT+Page_Up and when Page_Up is on keypad, gives number 9 and is a very disapointing. For example in konsole, I use a lot SHIFT+Page_Up and SHIFT+Page_Down to scroll the screen up and down. After reasearch a lot if just not swap from base to number when press SHIFT, while SHIFT+number is not problem send the base key solves the problem in a very simple way I found a similar request on this topic https://bbs.archlinux.org/viewtopic.php?id=257020 from where I based myself to find the solution.
* Consistently declare layouts with "default partial"Marko Myllynen2020-02-261-1/+1
| | | | | Consolidate earlier inconsistent wording variants meaning the same thing to use "default partial" everywhere.
* types/*: Correcting, tweaking, and harmonizing some comments.Benno Schulenberg2014-01-151-4/+4
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Fix "mac style" numpadSergey V. Udaltsov2011-10-161-7/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=41607
* Remove RCS tagsAlexandr Shadchin2011-02-191-1/+0
| | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
* reindentingSergey V. Udaltsov2008-10-141-7/+7
|
* added numpad:shift3 option, b.fd.o#17110Sergey Udaltsov2008-10-111-0/+32
|
* make partials partialssvu2006-10-071-4/+3
|
* b.fd.o#8280,b.fd.o#8312svu2006-09-171-1/+30
|
* no dummy XFree keywordsvu2004-09-131-1/+0
|
* first feed-in of the layouts. The revolution is comingsvu2004-04-101-0/+13