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 [2014/06/02 09:59] 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>+<code autoit mousehotkey.au3>
 HotKeySet("{x}", "rec") HotKeySet("{x}", "rec")
 Hotkeyset("{END}", "close") Hotkeyset("{END}", "close")
Line 23: Line 23:
 WEnd WEnd
 </code> </code>
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
autoit/codes/mousehotkey.1401695946.txt.gz · Last modified: 2017/03/01 12:50 (external edit)