PowerPro: Always copy / move in Queue: Difference between revisions
Jump to navigation
Jump to search
Hoppfrosch (talk | contribs) |
m (→Solution 2: Using KeyTrap-Plugin: Fixed link to KeyTrap plugin) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
== Solution 2: Using KeyTrap-Plugin == | == Solution 2: Using KeyTrap-Plugin == | ||
Using ''KTConfig.exe'' provided with [[PowerPro# | Using ''KTConfig.exe'' provided with [[PowerPro#KeyTrap_plugin|KeyTrap plugin]], this could be achieved easily: | ||
[[Image:KTConfig_001.png|KTConfig ]] | [[Image:KTConfig_001.png|KTConfig ]] | ||
Line 12: | Line 12: | ||
[Active] | [Active] | ||
TC_F2_for_Copy_Move=0,0,0,28,13,0,,c=TInpComboDlg,*Keys {f2},0,1,0,0,0,0,,,,,,Sends the copy/move action by default to the queue | TC_F2_for_Copy_Move=0,0,0,28,13,0,,c=TInpComboDlg,*Keys {f2},0,1,0,0,0,0,,,,,,Sends the copy/move action by default to the queue... | ||
{{backlink|PowerPro|PowerPro}} | |||
{{de|PowerPro: Kopieren / Bewegen immer in Warteschlange}} |
Latest revision as of 14:02, 10 September 2013
This script sends F2 instead of Enter when in Copy or Move dialog. Therefore all Copy or Move actions will be performed in Queue.
Solution 1: Native PowerPro
Solution 2: Using KeyTrap-Plugin
Using KTConfig.exe provided with KeyTrap plugin, this could be achieved easily:
This results in the corresponding entry of the keytrap.ini' file:
[Active] TC_F2_for_Copy_Move=0,0,0,28,13,0,,c=TInpComboDlg,*Keys {f2},0,1,0,0,0,0,,,,,,Sends the copy/move action by default to the queue...
Back to PowerPro