示例#1
0
 def args_needed(*args, **kwargs):
     shared.clip_ahk()
示例#2
0
 def command_executed(command_manager, command, args):
     if command.name in commands_to_clip_after:
         shared.clip_ahk()
示例#3
0
 def analyze_text_modified(*args):
     flag, text = args[3:5]
     if flag == 2 and text[-1] in string_module.whitespace:
         shared.clip_ahk()
示例#4
0
 def args_needed(*args, **kwargs):
     shared.clip_ahk()
示例#5
0
 def command_executed(command_manager, command, args):
     if command.name in commands_to_clip_after:
         shared.clip_ahk()
示例#6
0
 def analyze_text_modified(*args):
     flag, text = args[3:5]
     if flag == 2 and text[-1] in string_module.whitespace:
         shared.clip_ahk()