add example
This commit is contained in:
parent
c52de66bb6
commit
e2ecacfb2a
@ -8,6 +8,8 @@ from fenrirscreenreader.core import debug
|
|||||||
|
|
||||||
class command():
|
class command():
|
||||||
def __init__(self):
|
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.keyMakro = []
|
||||||
self.byteMakro = []
|
self.byteMakro = []
|
||||||
def initialize(self, environment):
|
def initialize(self, environment):
|
||||||
|
Loading…
Reference in New Issue
Block a user