Psyntax Posted May 21 Share Posted May 21 I assigned my Corsair Scimitars thumb grid buttons to F13-F24 using iCUE version 4.33.138. I noticed the following unintended keybinds: Windows key + F16 = slide to shut down Windows key + F17 = some wacky minimization thing Windows key + F20 = mini screen clipper Windows key + F21 = opens the settings Windows key + F22 = projector menu F13—F24 is generally Shift+F1—Shift+F12. When I press Shift+Win+F4 (Win+F16) on my keyboard, it doesn't open the slide to shut down menu, while the mouse does. This made me think it has something to do with iCUE. Is there a way to remove these key combinations from trigger these unwanted actions? Link to comment Share on other sites More sharing options...
Psyntax Posted May 21 Author Share Posted May 21 I've tried: AHK (AutoHotkey) v. 1.1.33.02 #F16::return <#F16::return >#F16::return This code does NOT block 'Windows Key + F16' from triggering the system function listed above. #NoEnv #Warn SendMode Input SetWorkingDir %A_ScriptDir% #InstallKeybdHook #Persistent KeyHistory #SC067:: #SC067 Up:: MsgBox, %A_ThisHotkey% was pressed. return Using SC (scan codes) to target the key yields no use either. This example shows SC067, which represents F16. To see the KeyHistory of the script directly above, after pressing 'Windows key + F16', see here. Disabling Corsair iCUE Only if you use hardware assignments to the mouse using iCUE, will the thumb grid buttons continue to work when the software isn't running. The problem here is, F13-F24 aren't assignable to the hardware, they require the software, in order to be mapped to the mouse. It's possible to remap 1-+, F1-12, or Numpad 1-Numpad+ to F13-F24, but this defeats the purpose of using F13-F24, as the purpose what to have a decoupled set of 12 keys that could be bound to the mouse. Remapping the other sets, either ruins their original functionality or adds complexity by requiring a state toggle using AHK. SharpKeys Key Remapper Key Manager KeyTweak Simple Disable Key X-Mouse Button Control Editing the DisabledKeys registry value to include F16. This is a Google Bard hallucination. ⚠ Microsoft PowerToys is a no-go. It requires Windows 10 v2004 (19041) or newer, a prerequisite I cannot meet. Installation attempts fail because of this reason. Link to comment Share on other sites More sharing options...
Psyntax Posted June 6 Author Share Posted June 6 bump Link to comment Share on other sites More sharing options...
c-attack Posted June 6 Share Posted June 6 Try a basic software repair. Typically when the KB or mouse it spitting out incorrect keys or actions something has become corrupted in CUE/Windows exchange. Windows Settings -> Installed Apps -> Corsair iCUE. Click the 3 dot drop down and select “modify”. Follow the prompts for a repair install. This will not erase profiles or settings, but it’s generally good at cleaning up weird output issues. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now