-
- Downloads
Make keyboard more accessible (MR #105)
This makes the following things configurable via the config: * keyboard background * keyboard font size * keycap text color * keycap background (letters, return, other) * text input background Color selections were tweaked from the previous defaults to offer more contrast, taking inspiration from common color patterns on iOS and Android keyboards. Hex string parsing was moved into the config class since it is now required in a lot more places. Closes: #96
parent
7941343c
No related branches found
No related tags found
Showing
- osk.conf 8 additions, 1 deletionosk.conf
- src/config.cpp 49 additions, 2 deletionssrc/config.cpp
- src/config.h 23 additions, 3 deletionssrc/config.h
- src/keyboard.cpp 18 additions, 26 deletionssrc/keyboard.cpp
- src/keyboard.h 2 additions, 17 deletionssrc/keyboard.h
- src/main.cpp 1 addition, 11 deletionssrc/main.cpp
- src/tooltip.cpp 1 addition, 1 deletionsrc/tooltip.cpp
- src/util.cpp 1 addition, 13 deletionssrc/util.cpp
Loading
Please register or sign in to comment