femulation lol
This commit is contained in:
parent
1c1818571d
commit
4f8caeb592
@ -101,7 +101,7 @@ Driver (speech):
|
||||
https://pypi.python.org/pypi/ptyprocess#downloads
|
||||
[] Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one)
|
||||
https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py
|
||||
|
||||
[] MacOS speech Driver
|
||||
Settings:
|
||||
[] write settings (Easy for contribution)
|
||||
[] menue for settings configuration (Easy for contribution)
|
||||
|
@ -41,7 +41,6 @@ class fenrirManager():
|
||||
parser.add_argument('-d', '--debug', action='store_true', help='Turns on Debugmode')
|
||||
parser.add_argument('-p', '--print', action='store_true', help='Print debug messages on screen')
|
||||
parser.add_argument('-e', '--emulation', action='store_true', help='Use PTY emulation')
|
||||
parser.add_argument('-f', '--femulation', metavar='SHELL', default='', help='Use PTY emulation')
|
||||
try:
|
||||
args = parser.parse_args()
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user