We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c7b19 commit 00fded4Copy full SHA for 00fded4
1 file changed
src/com/dtmilano/android/culebron.py
@@ -27,7 +27,7 @@
27
from com.dtmilano.android.common import profileStart
28
from com.dtmilano.android.concertina import Concertina
29
30
-__version__ = '12.4.0'
+__version__ = '12.4.1'
31
32
import sys
33
import threading
@@ -153,6 +153,7 @@ class Culebron:
153
'Right': 'DPAD_RIGHT',
154
'Up': 'DPAD_UP',
155
'Down': 'DPAD_DOWN',
156
+ 'F12': 'F12',
157
}
158
159
KEYSYM_CULEBRON_COMMANDS = {
0 commit comments