Create remove_clipboard_marks
This commit is contained in:
parent
e8ed9d7dab
commit
c677d7b761
13
src/fenrir-package/commands/commands/remove_clipboard_marks
Normal file
13
src/fenrir-package/commands/commands/remove_clipboard_marks
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/python
|
||||||
|
|
||||||
|
class command():
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
def run(self, environment):
|
||||||
|
environment['commandBuffer']['clipboardMark']['1'] = None
|
||||||
|
environment['commandBuffer']['clipboardMark']['2'] = None
|
||||||
|
return environment
|
||||||
|
def setCallback(self, callback):
|
||||||
|
pass
|
||||||
|
def shutdown(self):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user