Corsair K55 Macro Repeat Until Pressed Again
Menu ▾ ▴
Macro repeat whilst holding?
Anonymous
2015-09-06
2019-02-17
-
-
Anonymous
-
-
If information technology's just a single fundamental you wanna concur down, use a shortcut. It's non possible with macros.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-
Anonymous
-
Thanks, missed that one completely - saw the windows, alt etc. under shortcuts simply didn't twig I could selection shortcut to define one.
If you would like to refer to this comment somewhere else in this project, re-create and paste the post-obit link:
-
Anonymous
-
-
tin u tell me how to get in trigger the same button multiple times? bc this is basically just holding down a button, but i desire it to trigger the button severl times, which doesnt work. would be cool :)
If y'all would like to refer to this comment somewhere else in this project, copy and paste the following link:
-
Anonymous
-
-
-
to hold down a push................
dont use the "macro+preset compilation"..
use instead the "assign a shortcut"...
then cheque "none" + any primal you like..If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-
Anonymous
-
-
kurze Frage, wenn ich mir den sreenshot von dem config Programm für die Tyon anschaue dann sieht human being oberhalb der Reiter Default 1 dice Menuepunkte File, Edit, Device und Help.
Leider habe ich bei mir diese Menuepunkte nicht. Ist das normal oder läuft bei mir etwas falsch.If you would like to refer to this comment somewhere else in this projection, copy and paste the following link:
-
Anonymous
-
-
I've just setup tilt curlicue wheel left & correct to run 2 macros. Left tilt is bound to: "Continuous Fire Showtime", Right tilt is bound to "Continous Burn down End". "Continuous Fire Start" will printing the left mouse push button only (non release, no repeating action). "Continous Fire Stop" volition release the left mouse button only (not click). This allows me to toggle firing in OMD:U as I delight and saves me from RSI injury! All-time. Present. Ever!! See images.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-
Anonymous
-
-
is in that location a way to spam left mouse button?
If you would like to refer to this comment somewhere else in this projection, copy and paste the following link:
-
Bearding
-
-
I would also love a way to spam the left mouse button. There'south just one other autoclicker I've gotten to piece of work on Linux and it'southward not actually for 'on the fly' situations. It requires alt-tabbing, setting the parameters (timings, number of clicks etc), alt-tabbing dorsum, and then it runs the number of clicks and stops. Useful for specific situations, but not so much for others.
I've written up a bash script to help fill this void, but it's a bit limited right now and some things take to be hard codded. But run it and it will autoclick when sure keys or key combinations are held down.
#!/bin/bash fn(){ while [ truthful ] ; do #get your device id with the control "xinput --list" (mine was 11): keys = $(xinput --query-country 11 ) #comment/uncomment for different key press events: #ctrl+super+alt: # if [[ "$keys" == *"[133]=down"* ]] && [[ "$keys" == *"[37]=downwards"* ]] && [[ "$keys" == *"[64]=down"* ]]; then #q: # if [[ "$keys" == *"[24]=down"* ]]; then #f: if [[ " $keys " == *"[41]=down"* ]] ; then #comment/uncomment for which fashion: #mode 1 (works better with some games): # xdotool click i # slumber 0.1 #mode 2 (works better with other games): xdotool mousedown 1 slumber 0.1 xdotool mouseup 1 sleep 0.i else #no cardinal press detected, so limit checks to 4 a second sleep 0.25 fi done } fn & fnid = $! zenity --info --text= "Close this window to go out autoclicker." --title= "autoclicker" kill $fnid
To go the key ids for the above if statements, you tin can run this bash script (just agree the desired primal down while the below script is running):
#!/bin/bash while [ truthful ] ; practise all = $(xinput --query-country 11 ) for fundamental in $all ; do if [[ $key == *"=down"* ]] ; then echo $fundamental fi done sleep 0.1 washed
Just again, this is an imperfect solution. The power to spam at the driver/firmware level seems like a more than functional approach and presently the just way to do this is via macros. And at best, those can only loop 10 number of times for each specific push button press. Spamming while belongings down is a better culling.
If you lot would like to refer to this annotate somewhere else in this project, re-create and paste the following link:
-
Anonymous
-
Anonymous
Source: https://sourceforge.net/p/roccat/discussion/989581/thread/729ee8f3/
Offset of all dandy software, hands provides everything the Windows driver does.
I only have one small question - is it possible to go a macro to echo for as long equally a push button is existence pressed? I am using the driver for my tyon mouse and accept mostly everything how I want it but I am just trying to configure the right forward push to be assigned to W.
I can get information technology to output the key one time having recorded a macro but what I'k looking for is to have this repeat whilst the button is pressed down to allow me to use it in games to move forward. Is such a matter possible within the driver, and if so how would I go about assigning it?
If you lot would like to refer to this annotate somewhere else in this project, re-create and paste the following link: