Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I change the hotkey for these commands?
#1
In the use of QM software process, often used breakpoint command、output clear command, the default command of the hotkeys is M-click, look at the following picture, but now many mouse are the mouse wheel as Middle Key, the use is not convenient, if I can put the hotkey into the mouse double-click, much more convenient, I did not find the option to set the option hotkey, so consult! Explained as follows:

1:
Click the row number: can select the current row (default)
Right-click the line number: can comment on the current line (default)
Double-click the line number: can breakpoint the current line

2:
double-click in the blank space of the output window: clear output


Attached Files Image(s)
       
#2
Function QM_replace_middle_click_to_double_click
Trigger ##L 0x1 /QM     Help - how to add the trigger to the macro
Code:
Copy      Help
if(win(mouse)!=_hwndqm) ret
int c=child(mouse); if(c=0) ret
sel GetWinId(c)
,case 2201 ;;output
,out ;;clear
,
,case [2210,2211]
,POINT p; xm p c 1
,wait 0.001 CU 0x1395BEB4C; err ret
,key UCb
#3
You are too great, QM is omnipotent, thank you very much! Tongue Tongue
#4
Double-click, than the M-click, than ctrl + b, more convenient, it is recommended to test as a software default! Big Grin
#5
Can you help me to add a few hotkeys? Thank you very much!

A、Double click on item: open the item properties dialog box
---------------------------------------
B、In the item list blank area, do the following:

1.double click: create a new macro
2.press Ctrl + double-click: create a new folder
3.press Alt + double-click: create a new function
4.press Ctrl + Alt + double click: create a member function
5.press Shfit + double-click: create a new menu
6.press Ctrl + Shfit + double click: create a new toolbar
---------------------------------------
C、
Open items blank area double click: close all, collapse Folder
Open items item's name double-click: close item


Forum Jump:


Users browsing this thread: 1 Guest(s)