| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Though it is not useful in the greek-math layout, it could give ideas
for new sequences.
|
|
|
|
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to
implement more complicated transformations to the layouts.
|
|
Shows a NumPad depending on preference:
Never/Landscape/Always
|
|
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).
|
|
On the bottom-left of the '*' key.
|
|
The key is placed on the 3rd row of the numeric pane, by taking some
space from the shift key.
|
|
|
|
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.
|
|
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>
|
|
The switch_numeric key is generally more important, especially in the
numeric pane.
|
|
* Add `Arrows` and `Box` accent system
|
|
Add simple arrows to the numeric keypad. Using the Fn key with these arrows will
output double arrows.
|
|
These keys are shown only when Fn is activated, "placeholder" keys are
placed in the layouts.
|
|
|
|
|
|
Avoid divergences when the bottom row is modified.
|
|
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).
|
|
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.
|
|
Use xmllint.
Re-indent Java files using spaces.
|
|
|
|
|
|
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.
|
|
Remove the empty keys, make it more symetric and add more characters.
|
|
|
|
|
|
|