fix shellbang, clipboard paste and add version announcement for evdev

This commit is contained in:
chrys 2017-02-13 21:47:44 +01:00
parent ccda45357b
commit b01e683388
4 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ This software is licensed under the LGPL v3 .
# requirements (core)
- linux
- python3
- python-evdev
- python-evdev >=0.6.3
- loaded uinput kernel module
- Read permission to the following files:
- /sys/devices/virtual/tty/tty0/active

View File

@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader

View File

@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader

View File

@ -35,7 +35,6 @@ class driver():
with open(useScreen, 'w') as fd:
for c in text:
fcntl.ioctl(fd, termios.TIOCSTI, c)
time.sleep(0.005)
def getCurrApplication(self):
apps = []