-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable popup duration, plus some minor changes relating to popups #691
base: master
Are you sure you want to change the base?
Commits on Nov 26, 2018
-
Popup: speedup popup / exclude some more keycodes
First show popup before handling keypress (so popup is always shown, even typing super fast) Exclude more keys (cursor keys, del, backspace) from showing a popup. Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc6785 - Browse repository at this point
Copy the full SHA abc6785View commit details -
Popup: add setting for popup duration
Let user chose for how long the key popup is to be shown (10-500ms). Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca699d8 - Browse repository at this point
Copy the full SHA ca699d8View commit details
Commits on Jan 5, 2019
-
AutoCaps: Fix AutoCaps broken on backspace
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f87eca - Browse repository at this point
Copy the full SHA 1f87ecaView commit details -
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5e7a1b - Browse repository at this point
Copy the full SHA e5e7a1bView commit details -
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e6702 - Browse repository at this point
Copy the full SHA a3e6702View commit details -
Hint: always show except lettres (a-z/A-Z)
Some locales have shifted chars likel ç ° ä ö ü which are helpful to be visible Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 674c51b - Browse repository at this point
Copy the full SHA 674c51bView commit details
Commits on Jan 6, 2019
-
Main key label: Move it to the left when alt hint is available
This avoids caracters colliding on certain fonts. Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 751f0f1 - Browse repository at this point
Copy the full SHA 751f0f1View commit details -
Alt hint label: Do not show when shifted
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce7593e - Browse repository at this point
Copy the full SHA ce7593eView commit details