simon-git: puzzles (main): Ben Harris
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Nov 9 21:25:50 GMT 2022
TL;DR:
ee5b02b js: Map the "SoftLeft" key to CURSOR_SELECT2
4fdcc54 js: Make SoftRight act as CURSOR_SELECT2 as well
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Ben Harris <bjh21 at bjh21.me.uk>
Date: 2022-11-09 21:25:50
commit ee5b02b0ca11459a5fa5eddf94f0193e6dbf8706
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=ee5b02b0ca11459a5fa5eddf94f0193e6dbf8706;hp=ad9ee5a52470b864f6914ba9b5c2c9ae2d6ab072
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Wed Nov 2 22:22:46 2022 +0000
js: Map the "SoftLeft" key to CURSOR_SELECT2
This is the left soft key on KaiOS phones. The centre soft key
already sends "Enter", which eventually becomes CURSOR_SELECT. The
right soft key I'm planning to use to open the menu.
emcc.c | 2 ++
1 file changed, 2 insertions(+)
commit 4fdcc5497503658324fda2e0073d830276b24b60
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=4fdcc5497503658324fda2e0073d830276b24b60;hp=ee5b02b0ca11459a5fa5eddf94f0193e6dbf8706
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Sat Nov 5 17:39:42 2022 +0000
js: Make SoftRight act as CURSOR_SELECT2 as well
This way, the front end can intercept one of SoftLeft and SoftRight as a
menu key and leave the other one for the puzzle. And while we don't
have a working menu, I can use whichever is more convenient.
emcc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list