gonzopi

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

commit 5818177d001925ab892719011206a377dc8802e0
parent a7cd701d60908cc38d2c2726f6bc6f96331890c9
Author: rob <rob@tarina.org>
Date:   Mon,  4 Mar 2024 22:28:41 +0000

change mode with O

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

diff --git a/gonzopi.py b/gonzopi.py @@ -4897,7 +4897,7 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): pressed = 'screen' elif event == 'A' or (readbus2 == 245 and readbus == 127): pressed = 'showmenu' - elif event == (readbus2 == 245 and readbus == 239): + elif event == 'O' or (readbus2 == 245 and readbus == 239): pressed = 'changemode' elif event == 'H' or (readbus2 == 245 and readbus == 247): pressed = 'showhelp' @@ -4907,6 +4907,8 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): pressed = 'copy' elif event == 'M' or (readbus2 == 245 and readbus == 254): pressed = 'move' + elif event == '|' or (readbus2 == 245 and readbus == 251): + pressed = 'split' #elif readbus2 == 247: # pressed = 'shutdown' #if pressed != '':