tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit a880781ab5e6d79757b77682404c718491573fff
parent 1799d012690916d22e2fa98cf3a4b4555828b153
Author: rob <rob@tarina.org>
Date:   Tue, 16 May 2023 11:09:31 +0100

func button

Diffstat:
Mtarina.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -3678,9 +3678,9 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): pressed = 'peak' elif (readbus2 == 245 and readbus == 223): pressed = 'screen' - elif (readbus2 == 245 and readbus == 247): + elif (readbus2 == 245 and readbus == 127): pressed = 'showmenu' - elif event == 'I' or event == 'P' or (readbus2 == 244 and readbus == 255): + elif event == 'I' or event == 'P' or (readbus2 == 245 and readbus == 247): pressed = 'insert' elif event == 'C' or (readbus2 == 245 and readbus == 254): pressed = 'copy'