Willow Barraco
730e97038c
Support fractional-scale-v1
...
This make text less blurry. It continues to works without.
before:
https://dav.missbanal.net/00bd0fd5-e22f-4a60-87f8-ce6f400d33c9.png
after:
https://dav.missbanal.net/a3f02f1e-d6ce-4378-a141-e2093ba87eed.png
Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
2023-09-08 21:17:31 +02:00
Willow Barraco
24e354ce9e
Add popup to display pressed keys
2023-09-06 15:29:07 +02:00
Maarten van Gompel
0ca0409400
refactoring: function for layer switching
2023-08-31 11:39:17 +02:00
Maarten van Gompel
2e476c6548
Made 'full' and 'simple' layouts less prone to mistyping and improved layout switching
...
- The full layout now squashes less keys in a row, to accomplish this
the semicolon/colon, equal/plus and alt keys had to be sacrificed
from the full layout (they're on the special/symbols layout still).
- The half-keys in the simple layout are removed, giving a bit more
space.
- The default total keyboard height has been slightly enlarged (10px)
- The compose key moved down, it was too close to the 'a' (accidental
presses). The tab key moved to the top-right.
- The spacing between the buttons is slightly larger (aesthetic only)
- The key for layer switching is now labelled more consistently with an icon, and indicates direction of switching with an arrow
- An extra "index" layout was added that can be activated by pressing
Compose + the next/prev layout button. It has a key for each layout,
even those not specified at start. This special layout does not appear
in the normal layer cycling.
- The "Abc" key on secondary layers returns to the last alphabetical layout
- The compose layouts automatically hide when the user presses the space
where there are no keys, no need to explicitly press the "Abc" key.
2023-08-31 11:39:17 +02:00
Maarten van Gompel
b6ec34fe3a
fix scaling problem from "support multiple outputs"
2023-08-27 12:12:03 +02:00
Patrick Steinhardt
dfae590264
keyboard: Allow overriding the layers in landscape mode
...
Add a new parameter to allow overriding the default list of layers used
in landscape mode. This functionality is not yet used.
2022-10-07 21:02:29 +02:00
Zach DeCook
bddf05e0fc
key drawing: refactor kbd_draw_key
2022-01-10 03:08:06 +00:00
Zach DeCook
564eb4536a
overlapped key output: highlight letters swiped through
2022-01-10 03:08:06 +00:00
Zach DeCook
2de12a90e4
output: add -O flag to output overlapped keys
...
the use-case for this is simple 'swipe'-typing:
another program can take the output, guess the word which is being typed, and type the rest of the word
2022-01-10 03:08:06 +00:00
Maarten van Gompel
bb1eff09be
applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.c
2021-10-19 23:12:01 -07:00
Stacy Harper
e100aafb05
Add landscape layers
2021-10-19 23:12:01 -07:00
Maarten van Gompel
ff92a92086
refactored keymap loading
2021-10-19 23:12:01 -07:00
Stacy Harper
b5ec768822
WIP: refactorise keyboard.c
2021-10-19 23:12:01 -07:00
Stacy Harper
4ce0cf1b53
Better damage tracking
2021-10-19 23:12:01 -07:00
Stacy Harper
283a758910
Rename var name
2021-10-19 23:12:01 -07:00
Stacy Harper
fb82daea9c
Handle output scaling
2021-10-19 23:12:01 -07:00
Stacy Harper
c806023fd5
Drop wld and implement our own pangocairo renderer
2021-10-19 23:12:01 -07:00
Maarten van Gompel
8fdaaa2b6f
fixed layout switching
2021-10-19 23:12:01 -07:00
Maarten van Gompel
19213688d1
allow supplying layers through command line parameter or env var
2021-10-19 23:12:01 -07:00
Maarten van Gompel
da06f514df
implemented printing to stdout
2021-10-19 23:12:01 -07:00
Maarten van Gompel
2fd0cfc89c
implemented configurable layers
2021-10-19 23:12:01 -07:00
Maarten van Gompel
07f153fe32
ran make format
2021-10-19 23:12:01 -07:00
Maarten van Gompel
878b16b997
cleanup indentation (tab)
2021-10-19 23:12:01 -07:00
Maarten van Gompel
58e52575b6
cleanup
2021-10-19 23:12:01 -07:00
Maarten van Gompel
c6ca5832d4
Also release shift after key release
2021-10-19 23:12:01 -07:00
Maarten van Gompel
8abc3326df
added cyrillic compose layers and made compose work with non-code keys
2021-10-19 23:12:01 -07:00
Maarten van Gompel
f59f814c97
added support for an additional colour scheme
2021-10-19 23:12:01 -07:00
Maarten van Gompel
20b2dc61c3
implemented support for multiple keymaps
2021-10-19 23:12:01 -07:00
Maarten van Gompel
cf77edf11c
hide compose layer after unpress
2021-10-19 23:12:01 -07:00
Maarten van Gompel
00f288b609
When code_mod is used, allow for resetting modifiers or not (default is not to reset them)
2021-10-19 23:12:01 -07:00
Stacy Harper
9eee270dfd
Simplest key_mood
2021-10-19 23:12:01 -07:00
Stacy Harper
e58e63f2da
Remove dedicated CodeMod
2021-10-19 23:12:01 -07:00
Maarten van Gompel
9e4cf69137
Added a compose button, copy type; added compose layouts and further layout updates
2021-10-19 23:12:01 -07:00
Stacy Harper
0789db751d
Add a CodeMod type of key
2021-10-19 23:12:01 -07:00
Maarten van Gompel
eab4da9765
Allow more flexible layouts rather than fixed grid and first layout overhaul
2021-10-19 23:12:01 -07:00
John Sullivan
590b75b23a
Init
2020-09-13 04:44:15 -07:00