No description
Find a file
Stacy Harper c427a0eb7b Cleanup input handling
We now use uncontextualized event name from lisgd as leftrightcorner. We
will determine the action name only in the input handler. It allow
events to match multiple action depending on contexts.

We also add some basics events as left/rigth/up/down and
twoleft/tworight/twoup/twodown and use some of them.

Use use twoup and twodown to scroll in less and right left to
change the page.

We also prefer use case switch instead of if conditions.

We remove this HANDLE variable usage and exit directly when the event
has been handled.

We also add some methods as type, key or typeenter to simplify some
code.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
2021-06-13 21:00:50 +02:00
configs Do not enforce -e TERMCMD args and fix TERMMODE 2021-06-09 08:42:51 +02:00
programs Rework the sxmo screenlock 2021-06-06 09:41:36 +02:00
resources increased volume 2021-03-31 11:37:32 +02:00
scripts Cleanup input handling 2021-06-13 21:00:50 +02:00
.build.yml adding icons to menus 2021-02-01 18:32:32 +01:00
.editorconfig editorcheck update: restrict to shell scripts and C programs for now, and removing the maximum line length check for now. 2020-11-20 18:13:31 +01:00
.gitignore Initial commit 2020-03-15 18:42:35 -05:00
.shellcheckrc implemented lookupcontactname() in call/text handler, removes non posix-compliant substitutions 2020-12-09 15:46:21 +01:00
LICENSE Add license 2020-06-19 18:02:09 -05:00
Makefile Rework the sxmo screenlock 2021-06-06 09:41:36 +02:00
README.md badge: only show status for commits 2021-05-10 21:44:18 -04:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.