add example

This commit is contained in:
chrys 2019-01-29 00:37:48 +01:00
parent c52de66bb6
commit e2ecacfb2a

View File

@ -8,6 +8,8 @@ from fenrirscreenreader.core import debug
class command():
def __init__(self):
# example:
# self.keyMakro = [[1,'KEY_CONTROL'],[300,'SLEEP'],[1,'KEY_O'],[10,'SLEEP'],[0,'KEY_O'], [10,'SLEEP'],[0,'KEY_CONTROL']]
self.keyMakro = []
self.byteMakro = []
def initialize(self, environment):