• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Keyboard shortcuts problem (Windows 8)

Washoe

Senior member
I have a weird problem with my Windows 8 laptop. Every time I log in to desktop, several hotkey shortcuts are enabled, but WITHOUT using the Windows key. So what happens is, the first time I hit the 'F' key by itself, the Files menu suddenly appears. Or, the first time I hit the 'R' key by itself, the Run command box pops open. Or, the first time I hit the 'M' key by itself, all windows get minimized.

To prevent this from happening during my logged-in session, I have to press the Windows key by itself, 2-3 times, and then the issue stops happening - until the next time I am logged in, and then the process repeats itself. In other words, every time I log in, I need to tap the Windows key a few times in order to prevent this from happening while logged in.

I am using the Start Menu 8 program, which I'm not sure if it has anything to do with it. The laptop is an Asus N56V and I haven't upgraded to 8.1 yet. I am unable to remember when this started happening. I seem to recall doing some Windows update around the time I noticed the problem.

Anyone have an idea what the issue is? Thanks!
 
To get the obvious out of the way, are you sure your Windows key isn't just sticky? The fact that smacking it a few times fixes the issue certainly points to a hardware problem.
 
Create a two-line autohotkey script:

Code:
Send, {LWin down}
Send, {LWin up}

compile the script and have it run on startup.
 
Back
Top