add debugManager and -p option for print only

This commit is contained in:
chrys
2017-08-11 16:07:31 +02:00
parent 9f7e0c7f3c
commit 83e32ed62c
7 changed files with 18 additions and 64 deletions

View File

@ -146,6 +146,7 @@ doubleTapTimeout=0.2
[general]
debugLevel=0
debugMode=File
punctuationProfile=default
punctuationLevel=some
respectPunctuationPause=True

View File

@ -148,6 +148,10 @@ doubleTapTimeout=0.2
[general]
debugLevel=0
# debugMode sets where the debug output should send to:
# debugMode=File writes to /var/log/fenrir.log
# debugMode=Print just prints on the screen
debugMode=File
punctuationProfile=default
punctuationLevel=some
respectPunctuationPause=True

View File

@ -42,7 +42,6 @@ fenrirMaxPitch=99
fenrirMinRate=80
fenrirMaxRate=890
[braille]
enabled=False
driver=dummyDriver
@ -99,6 +98,10 @@ doubleTapTimeout=0.2
[general]
debugLevel=1
# debugMode sets where the debug output should send to:
# debugMode=File writes to /var/log/fenrir.log
# debugMode=Print just prints on the screen
debugMode=File
punctuationProfile=default
punctuationLevel=some
respectPunctuationPause=True