Update and rename set_clipboard_mark.py to set_mark.py
This commit is contained in:
parent
0f90c84222
commit
da882cc5f3
@ -7,10 +7,10 @@ class command():
|
||||
if environment['screenData']['newCursorReview'] == None:
|
||||
environment['runtime']['outputManager'].presentText(environment, 'no review cursor', interrupt=True)
|
||||
|
||||
if environment['commandBuffer']['clipboardMark']['1'] == None:
|
||||
environment['commandBuffer']['clipboardMark']['1'] = environment['screenData']['newCursorReview']
|
||||
if environment['commandBuffer']['Mark']['1'] == None:
|
||||
environment['commandBuffer']['Mark']['1'] = environment['screenData']['newCursorReview']
|
||||
else:
|
||||
environment['commandBuffer']['clipboardMark']['2'] = environment['screenData']['newCursorReview']
|
||||
environment['commandBuffer']['Mark']['2'] = environment['screenData']['newCursorReview']
|
||||
|
||||
environment['runtime']['outputManager'].presentText(environment, 'set mark', interrupt=True)
|
||||
return environment
|
Loading…
Reference in New Issue
Block a user