Skip to content

Commit

Permalink
setuichange: tweak the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Jul 3, 2024
1 parent 108c4b4 commit e544cfc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/setuichange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ Just install it and it modifies setUI at boot time.

## Features

- add custom handlers on top of the standard modes as well. Previously this was only possible for mode == "custom".
- change the default behaviour of the hardware button to act immediately on press down. Previously it has been acting on button release.
- Add custom handlers on top of the standard modes as well. Previously this was only possible for mode == "custom".
- The goal here is to make it possible to move all input handling inside `setUI` where today some apps add on extra handlers outside of `setUI` calls.
- Change the default behaviour of the hardware button to act immediately on press down. Previously it has been acting on button release.
- This makes the interaction slightly snappier.
- In addition to the existing `btn` key a new `btnRelease` key can now be specified. `btnRelease` will let you listen to the rising edge of the hardware button.

## Requests

Please try this out and report your experience and thoughts on this issue:
[ Discussion: HW buttons should act on 'rising' edge #3435 ](https://github.com/espruino/BangleApps/issues/3435) .

Please report your experience and thoughts on this issue:
[ Discussion: HW buttons should act on 'rising' edge #3435 ](https://github.com/espruino/BangleApps/issues/3435) or on the related forum conversation (Link will be added when the conversation has opened).

## Creator

Expand Down

0 comments on commit e544cfc

Please sign in to comment.