OSDN Git Service

lockapp: Actually, don't allow toggling braille tether, since this affects user config.
authorJames Teh <jamie@nvaccess.org>
Thu, 6 Aug 2015 07:33:20 +0000 (17:33 +1000)
committerJames Teh <jamie@nvaccess.org>
Thu, 6 Aug 2015 07:33:20 +0000 (17:33 +1000)
source/appModules/lockapp.py

index f2a0696..092e504 100644 (file)
@@ -61,7 +61,6 @@ class AppModule(appModuleHandler.AppModule):
                GlobalCommands.script_review_nextCharacter.__func__,\r
                GlobalCommands.script_review_endOfLine.__func__,\r
                GlobalCommands.script_review_sayAll.__func__,\r
-               GlobalCommands.script_braille_toggleTether.__func__,\r
                GlobalCommands.script_braille_scrollBack.__func__,\r
                GlobalCommands.script_braille_scrollForward.__func__,\r
                GlobalCommands.script_braille_routeTo.__func__,\r