Skip to content

Commit 00fded4

Browse files
committed
Handle F12
1 parent 10c7b19 commit 00fded4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/com/dtmilano/android/culebron.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from com.dtmilano.android.common import profileStart
2828
from com.dtmilano.android.concertina import Concertina
2929

30-
__version__ = '12.4.0'
30+
__version__ = '12.4.1'
3131

3232
import sys
3333
import threading
@@ -153,6 +153,7 @@ class Culebron:
153153
'Right': 'DPAD_RIGHT',
154154
'Up': 'DPAD_UP',
155155
'Down': 'DPAD_DOWN',
156+
'F12': 'F12',
156157
}
157158

158159
KEYSYM_CULEBRON_COMMANDS = {

0 commit comments

Comments
 (0)