Site Tools


autoit:codes:mousehotkey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autoit:codes:mousehotkey [2015/06/15 15:49] lunetikkautoit:codes:mousehotkey [2018/12/20 17:43] (current) – Discussion status changed lunetikk
Line 3: Line 3:
 I use this little script to start and stop the records when I play Xbox on the same screen as my pc. Since I dont want to keep the mouse on the record button this script automatically clicks on the button location when I hit "x" like "x"box ;) I use this little script to start and stop the records when I play Xbox on the same screen as my pc. Since I dont want to keep the mouse on the record button this script automatically clicks on the button location when I hit "x" like "x"box ;)
  
-<code mousehotkey.au3>+<code autoit mousehotkey.au3>
 HotKeySet("{x}", "rec") HotKeySet("{x}", "rec")
 Hotkeyset("{END}", "close") Hotkeyset("{END}", "close")
Line 26: Line 26:
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~
autoit/codes/mousehotkey.1434376141.txt.gz · Last modified: 2017/03/01 12:50 (external edit)