RFID: Add finishing <return> keypress for xdotool

master
Andy 13 лет назад коммит произвёл Sebastian Pipping
Родитель 7c8a072f4f
Сommit b526525cfa

@ -33,7 +33,7 @@ class printobserver(CardObserver):
try:
# Send UID to active window
subprocess.Popen(['xdotool', 'type', send])
subprocess.Popen(['xdotool', 'type', send+'\n'])
except OSError as e:
print str(e)

Загрузка…
Отмена
Сохранить