Jump to content

flatline

Members
  • Posts

    6
  • Joined

Reputation

10 Good
  1. This is essentially an update to TheNyJan's IdleKey program, now written in AutoIt script. --------- idletheme Script to give Corsair's CUE/iCUE software an idle ability. All this AutoIt script does is add an icon to your system tray for management of a set of three timers. As each timer is hit, the script will execute another seperate program (also written in AutoIt) which pops up an invisible window to the foreground. This window will go away by pressing escape, and is also killed by the main tray script if there is any keyboard or mouse activity. The idea is, using Corsair's iCUE software, you associate each different popup program (IdleButton1.exe, IdleButton2.exe, IdleButton3.exe in the path where you've placed them) with a different lighting profile. The effect is, simply, a "screensaver" idle type of ability that iCUE sorely lacks. Compiling: These are AutoIt scripts, thus you need to get the software from https://www.autoitscript.com . Remember that even though there is only one IdleButton1.au3 script, you need all three different .exe files. So compile it once, then make copies so that you have IdleButton1.exe, IdleButton2.exe, IdleButton3.exe in the same spot as IdleTheme.au3 (or .exe). The Button files must be compiled to exe's to work, as the Corsair software will only read them as seperate programs (and thus, profile them seperately) that way (else they all just show up as Autoit3.exe.) Installation: Unzip the .exe's somewhere, Program Files works fine, but anywhere will do. Run IdleTheme.exe. Suggested that you add it to windows startup, you can do so by typing "shell:startup" into the start menu (without the quotes) and drag a shortcut to IdleTheme.exe there. Now go into the iCUE software, and select a profile (or create a new one). In the Edit Profile section you will see "Link profile to program". Click on the dots and select IdleButton1.exe wherever you put it. Repeat for 2 and 3. Now when the main script fires up the button's, the profile will activate. Usage: Run Idletheme.exe (or .au3.) An icon is created in the system tray and will sit there. Click on it for various functions, including setting the timer values. All numbers are in milliseconds, although the script itself is only sensitive to the closest 1/10th of a second. This could be changed but results in more CPU usage for little benefit (mostly because I cant figure out a way to exit a loop on any input and there's no help on the forums because this is somehow indicative of a desire to create a keylogger, so whatever.) So it's a little kludgy. Well, let's face it, the whole thing is a kludge, but it does work. The three timers default to 15 minutes, 60 minutes and 120 minutes (900000, 3600000, 7200000 ms). There are some sanity checks built in to keep the script from freaking out (eg Timer1 must be at least 1 second). You can also have them loop by clicking that option. The settings are saved in IdleTheme.ini which is placed in your appdata folder, and is created automatically if it doesn't exist. The exact location can be seen by going to the About section. So as stated, the purpose of all this is to have an invisible window pop up at various intervals of idle time. The reason for an actual window being created is that the Corsair software can have a hard time recognizing and activating a profile if it doesn't have a window. So I made it invisible in case you are watching a movie or something, it wont get in the way. Issues: The only major one is that the idle timer only detects mouse and keyboard input. Thus if you are say, playing a game with a gamepad, it wont think there is activity going on. This could cause the button popup window to interfere just as you are about to score, or something! So be aware and either bonk the mouse every once in a while or exit the script while playing such a game. Thanks: This script was inspired by TheNyJan's IdleKey program, originally posted on the Corsair forums https://forum.corsair.com/v3/showthread.php?t=136064 . I've been using a slightly modded version for years. I did finally update to Windows 10 and could not get the program to work, so I went ahead and created these scripts to do essentially the same exact thing, but now they are open source and unlikely to run into compatibility problems so long as autoit works (and it'd be easy to port to autohotkey or something similar.) So thanks TheNyJan ! ------ Take it easy on my ugly code, guys. Hopefully someone will find this useful. I've made a github page as well in case there's interest in fixing things or adding to it. Have fun with a function that really should be in the base CUE software! IdleTheme source.zip IdleTheme binaries.zip
  2. Damn, crazy this still isn't implemented in the main software. I've been using idlekey which has done the job, more or less, but it doesn't work for me under Win10. So now that I'm actually finally "upgrading", I'd hoped maybe Corsair would have added this simple function somewhere. Anyways, since idlekey doesnt work, I started a remake in autoit. Just putting the finishing touches on it, will post in a day or two. As it stands, it's a direct replacement for idlekey. You can set 3 different timers, at which point, after that length of inactivity, it will fire up a seperately named dummy process that you can link to iCue and it will recognize, and have iCue load a different profile. Upon any input (mouse/keyboard), it will kill the process and iCue will go back to whatever your normal lighting theme is. As I said, it's basically a fresh version of idlekey and despite being a little hackey, has worked quite well for me for a couple of years now. Also it's entirely in script so anyone can play with or mod it. Will start a new thread in a day or two. *edit* Done, thread is here: https://forum.corsair.com/v3/showthread.php?t=194035
  3. Well frell me for not following frelling twitter... Does Corsair pay their PR by the letter?
  4. Amazon.com has it in stock and will ship to Canada, so it seems. https://www.amazon.com/Corsair-CH-9101013-NA-Mechanical-Keyboard-Backlit/dp/B073XW69VB/ But sonofa... I wish Corsair would freakin announce these things. I went and bought a different keyboard because they never said anything about this! Grrr. Also... Rocket Jump Ninja has a comparison between the K70 Red, Silent, and Strafe Silent: [ame] [/ame] I actually found out about the existence of the new keyboard by way of this video showing up on my sub feed... good job Corsair marketing... not...
  5. Add me to the waiting list for a K70 with MX Silent switches! Insta-buy here, make it happen!
×
×
  • Create New...