fix shellbang, clipboard paste and add version announcement for evdev
This commit is contained in:
parent
ccda45357b
commit
b01e683388
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user