NitroSense Key Disabler

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
nascent
Posts: 9
Joined: 01 Mar 2017, 09:10

NitroSense Key Disabler

Post by nascent » 01 Apr 2021, 14:37

Hi, author of capshift3https://www.autohotkey.com/boards/viewtopic.php?t=69889 (and 2) here. (Joint author of CapShift1). Sharing another simple script.

I googled around for ages to find a solution to this myself without luck so made it myself.
Nitrosense is a program by acer that has been given a dedicated hardware button on its laptop keyboards. Unfortunately, they chose to replace the numlock key with it so it's a prime target for accidental hits. When pressed it opens a bloated, slow-to-open program for fan control. Something you never would want to use more than once.

There's no way to disable it, and any workarounds are sketchy at best.

This script simply hooks into the key and does nothing. I added a beep so that you knew when you'd pressed it accidentally.
I thought about remapping it, but honestly, the only thing I would ever want the button that's meant to be numlock to do is be numlock, and then you have two numlock keys next to each other, plus if I wanted it to work with CapShift I'd need to do some sort of loop to repeatedly spam the numlock sendkey to replicate being held etc. I figured just beep and do nothing was the best solution.



Code is:

Code: Select all

#InstallKeybdHook
#NoTrayIcon
*SC175::
SoundBeep
return
For anyone googling for a way to disable the NitroSense key and doesn't want to mess around with scripts, I've made a binary for easy download:
https drive.google.com /file/d/1XK28gMn6-4--3Apl1ZWICfn1TVn6sFtg Broken Link for safety
https mega.nz /file/0EtAWI5Z#Mwu2shMln5SD9wCensM4Xql4xNPXTO4R8xTHr8yq2HM Broken Link for safety

Hope someone else finds it useful.

thisisfutile
Posts: 1
Joined: 18 Aug 2022, 19:22

Re: NitroSense Key Disabler

Post by thisisfutile » 18 Aug 2022, 19:30

nascent wrote:
01 Apr 2021, 14:37
I added a beep so that you knew when you'd pressed it accidentally.
GENIUS!
https drive.google.com /file/d/1XK28gMn6-4--3Apl1ZWICfn1TVn6sFtg Broken Link for safety
This google file is unavailable but ...
https mega.nz /file/0EtAWI5Z#Mwu2shMln5SD9wCensM4Xql4xNPXTO4R8xTHr8yq2HM Broken Link for safety
...this one still works!!
Hope someone else finds it useful.
INDEED! Thank you for sharing!

For those worried about losing access to the app, it's still available, you just have to launch it like any other app (the way it should have been setup to begin with). Simply start typing 'Nitrosense' in your Win10/11 search bar (no, not your browser window ... the SEARCH bar, typically at the bottom of your desktop).

Thank you @nascent

Post Reply

Return to “Scripts and Functions (v1)”