029cf83cf1
This upgrades ttyescape to use buffyboard, a new fbkeyboard replacement by @Cherrypicker. It adds a lot of missing keys and uses the same layout as Phosh's Squeekboard, so should feel much more like home for Phosh users. This also switches to the new HKDM daemon for hotkey handling, replacing triggerhappy. [ci:skip-build] already passed
9 lines
278 B
Text
9 lines
278 B
Text
|
|
# tty font to use
|
|
FONT="/usr/share/consolefonts/ter-128n.psf.gz"
|
|
# Number of times the power button must be pressed whilst volume down
|
|
# is being held to trigger the tty switch
|
|
PRESSCOUNT=3
|
|
# tmpfile to use for counting state
|
|
TMPFILE="/tmp/ttyescape.tmp"
|
|
KEYBOARD="buffyboard"
|