gonzopi

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

commit 3707d1fe58ac5358c52e4539947375c47d14598e
parent e5d17d349a2e339e4e4338302753d6dfd98f6b3d
Author: rbckman <rob@tarina.org>
Date:   Tue,  8 Jul 2025 11:42:00 +0100

help and move button change

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

diff --git a/gonzopi.py b/gonzopi.py @@ -7088,13 +7088,13 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): pressed = 'dub' elif event == 'O' or (readbus2 == 245 and readbus == 239): pressed = 'changemode' - elif event == 'H' or (readbus2 == 245 and readbus == 247): + elif event == 'H' or (readbus2 == 245 and readbus == 191): pressed = 'showhelp' elif event == 'A' or (readbus2 == 245 and readbus == 253): pressed = 'showmenu' elif event == 'C' or (readbus2 == 245 and readbus == 223): pressed = 'copy' - elif event == 'M' or (readbus2 == 245 and readbus == 191): + elif event == 'M' or (readbus2 == 245 and readbus == 247): pressed = 'move' elif event == '|' or (readbus2 == 245 and readbus == 251): pressed = 'split'