abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2022-02-27Reduce the text size for some keysJules Aguillon2-15/+19
2022-02-27Compute text size depending on actual row heightJules Aguillon1-19/+25
2022-02-27Compute text size relative to key heightJules Aguillon3-15/+12
2022-02-26Update symbols from unicode to font-IconRaphael1-7/+6
2022-02-22Tweak repeat timing for modulated keysJules Aguillon1-3/+11
2022-02-22Send key events for the modifiersJules Aguillon2-19/+38
2022-02-22Update the spanish localeJules Aguillon1-0/+1
2022-02-21Improve modulated key repeatJules Aguillon2-11/+31
2022-02-20Move pointer handling code to its own classJules Aguillon3-269/+355
2022-02-19Localize € and £Jules Aguillon3-5/+10
2022-02-19Add Ord+* = °Jules Aguillon1-0/+1
2022-02-19add-ordinal-numbers-symbol-systemRaphael2-2/+21
2022-02-13Define the height of the keyboard relative to the screen sizeJules Aguillon1-4/+19
2022-02-13Add Russian layout (#66)Vladimir Chernov1-0/+1
2022-02-13Use the improved font for shift, globe, enter and spaceJules Aguillon1-5/+11
2022-02-13Scale the bottom row depending on the host layoutJules Aguillon1-10/+31
2022-02-07Define the bottom row separatelyJules Aguillon2-75/+79
2022-02-07Dvorak layout (#16)AlexandraAlter1-0/+1
2022-02-06Replace unusual return symbolMax Schillinger1-1/+1
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger3-21/+68
2022-02-06Add the Meta keyJules Aguillon2-1/+5
2022-01-30Add options for the spacing between the keysJules Aguillon1-6/+10
2022-01-30Select theme depending on system settingsJules Aguillon2-17/+41
2022-01-30Improve Action key detectionJules Aguillon2-11/+4
2022-01-29Fn+Tab to send the tab characterJules Aguillon2-0/+2
2022-01-29Add support for the Bulgarian language and layoutJules Aguillon1-0/+1
2022-01-29Fix modifier not working on non-ASCIIJules Aguillon1-1/+2
2022-01-29Add Latvian specific QWERTY layoutEdgars1-0/+1
2022-01-23Globe key: Open keyboard switching dialogJules Aguillon1-1/+3
2022-01-23Make action key labels translatableJules Aguillon1-6/+8
2022-01-22Use symbols for configuration and emoji keysEdgars1-2/+2
2022-01-20Add keys for LatvianEdgars3-9/+26
2022-01-20Fix crash when switching appJules Aguillon1-0/+10
2022-01-15German keyboard added (#20)Moini2-1/+2
2022-01-15Fix miscalculation of the space between the keysJules Aguillon2-8/+10
2022-01-10Swap the Enter and Action keys when neededJules Aguillon4-2/+42
2022-01-09Add the Action keyJules Aguillon6-13/+83
2022-01-09Add the German languageJules Aguillon2-3/+12
2022-01-09Allow to hide more keys than just accentsJules Aguillon4-19/+27
2022-01-01Change the key combination for °Jules Aguillon1-5/+2
2021-12-30Improve the "precision" optionJules Aguillon2-17/+10
2021-12-30Turn the "precision" option to dp instead of pxJules Aguillon1-5/+13
2021-12-30Add the Black themeJules Aguillon1-0/+1
2021-12-30Move the border radius from Config to ThemeJules Aguillon3-6/+6
2021-12-30Add themesJules Aguillon3-19/+28
2021-12-28Use the themes abstractionJules Aguillon2-10/+11
2021-12-28Reference the "special key font" in the Theme objectJules Aguillon3-11/+15
2021-12-28Separate "handler" codeJules Aguillon6-73/+139
2021-12-28Turn Config into a singleton objectJules Aguillon3-28/+32
2021-12-26Move Theme code to its own classJules Aguillon2-50/+78