abouttreesummaryrefslogcommitdiff
path: root/res/xml/numeric.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09Automatic placement of f11/f12 placeholdersJules Aguillon1-1/+1
2024-06-09Allow to remove keys Tab and EscJules Aguillon1-2/+2
2024-02-17Allow to remove the compose key in the settingsJules Aguillon1-1/+1
2024-02-17Add the compose key on alternate layoutsJules Aguillon1-1/+1
Though it is not useful in the greek-math layout, it could give ideas for new sequences.
2023-03-05Remove the 'edgekeys' attributeJules Aguillon1-1/+1
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-1/+1
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to implement more complicated transformations to the layouts.
2022-10-23Add optional NumPadGero Streng1-1/+1
Shows a NumPad depending on preference: Never/Landscape/Always
2022-10-16Allow to disable Alt and Meta keysJules Aguillon1-1/+1
The keys are marked "loc" in the layouts and are handled like the other extra keys. The only difference is that they are enabled by default (for now).
2022-07-09Add '#' to the numeric paneJules Aguillon1-1/+1
On the bottom-left of the '*' key.
2022-07-09Add key for switching to the greekmath paneJules Aguillon1-2/+3
The key is placed on the 3rd row of the numeric pane, by taking some space from the shift key.
2022-06-06Don't add extra keys to the numeric paneJules Aguillon1-1/+1
2022-04-03Revert "Swap Ctrl and switch_numeric keys"Jules Aguillon1-1/+1
This reverts commit b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe. The Ctrl key was too hard to use in the new position, especially in combination with arrows or backspace. Leave the switching key in the numeric layout however, where the Ctrl key is not very useful. Put Ctrl on the top-right because bottom-right is where the switching key is in the other layouts.
2022-04-03Move keys away from the edges of the screenJules Aguillon1-5/+5
These keys are harder to hit as the finger might exit the screen before traveling enough to hit a corner. It might be particularly harder for people that use a phone case. Every layouts are changed, the notable changes are: - The Escape key is in the bottom-right corner of the first key. This position looks weird at first but is a lot easier to type. - The 0 key is on the top-left of the last key on the first row. It is not like the other digits. - The Tab key is on the top-right. This might be hard to re-learn. - Some layouts had more changes to accomodate these new positions. Co-authored-by: Raphael <rapha.a.r@gmail.com>
2022-04-03Swap Ctrl and switch_numeric keysJules Aguillon1-1/+1
The switch_numeric key is generally more important, especially in the numeric pane.
2022-04-02`Arrows` and `Box` system (#114)Raphael1-8/+8
* Add `Arrows` and `Box` accent system
2022-03-31Add arrowsArenaL51-8/+8
Add simple arrows to the numeric keypad. Using the Fn key with these arrows will output double arrows.
2022-03-19Add F11 and F12Jules Aguillon1-2/+2
These keys are shown only when Fn is activated, "placeholder" keys are placed in the layouts.
2022-02-19add colon key to numeric keyboardRaphael1-1/+1
2022-02-19add-ordinal-numbers-symbol-systemRaphael1-1/+1
2022-02-07Define the bottom row separatelyJules Aguillon1-1/+1
Avoid divergences when the bottom row is modified.
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-1/+1
Add a new boolean parameter "edgekeys" for defining keys that have the additional (swipe) keys on the edges (top, right, left, bottom) instead of at the corners (top left, top right, bottom left, bottom right).
2022-01-09Add the Action keyJules Aguillon1-1/+1
It is placed on the top-right of the enter key on every layouts. It sends a special event (performEditorAction) instead of writing a newline. The "actionId" is passed through the EditorInfo object in an obfuscated way so it's not clear whether it's using the right one.
2021-12-19Auto-format Java and XML filesJules Aguillon1-25/+25
Use xmllint. Re-indent Java files using spaces.
2021-05-08Improve the numeric keyboardJules Aguillon1-10/+10
2021-04-29Slightly reduce the size of the bottom rowJules Aguillon1-1/+1
2021-04-18Improve the bottom rowJules Aguillon1-1/+1
Remove the "emoji" and "conf" action from the enter key. Move the former to the "arrows" key and the latter to "p". Slightly increase the size of the keys around the spacebar, and decrease the spacebar size.
2021-04-18Rework the numeric layoutJules Aguillon1-38/+32
Remove the empty keys, make it more symetric and add more characters.
2015-10-11Key to switch to numeric panejaguillo1-1/+1
2015-10-01Improve numeric layoutjaguillo1-13/+17
2015-10-01Numeric keyboardjaguillo1-0/+37