5

I'm using Windows 10 on a new work laptop. From experience with my personal Windows 10 computer, I'm used to the keyboard shortcut (Windows key+N) taking me to the Nth application on the taskbar, counting from the left.

On my personal computer, if I have N running instances of an application pinned at e.g. position one on my taskbar, then when I press (Win+1) K times it will switch focus to the Kth instance. That Kth instance will then be active, and I can use it normally, without any other key presses needed.

On my work laptop, I can use this key combination, but I'm forced to press the Enter key in order to confirm that I want to open the Kth instance. If I don't, Windows acts like a preview window, and the popup on the taskbar which shows all instances remains open. If I press anything other than Enter , Windows returns me to the app I am trying to navigate away from.

I don't want to have to press Enter to confirm my choice. Quickly cycling through apps until I reach the right one is ingrained in my muscle memory. Having to press Enter means I keep typing into the wrong applications when Windows boots me out of the preview and back to whatever I was navigating away from. How can I change this behaviour?

Ben R.
  • 101

5 Answers5

1

Borrowing information from a similar question (Windows Shortcut/Utility to switch between application windows).

As @Robert stated the easiest way to switch between window of the same application would be to press Windows key+number, release then repress the number key to scroll through the open windows. Here is his example (from https://superuser.com/a/699846/455050).

For example, I earlier said I have Chrome tied to Windows+1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows+1.

phuclv
  • 30,396
  • 15
  • 136
  • 260
0

Windows key+N starts (or switches to) the Nth software pinned to your taskbar.

So if Chrome is pinned to your taskbar, and is in position 1, pressing Windows+1 starts/ switches to your Chrome instance. The position of the software on the taskbar indicates the number.

phuclv
  • 30,396
  • 15
  • 136
  • 260
0

I'm unsure of any way to change the functionality directly, apart from changing default behavior of the Windows key (which I'm assuming is not what you're looking for)

An alternative method is to use AutoHotkey (free scripting software) to map your (custom) functionality to the keypress.

An AutoHotkey script uses the keys on the left of the double colon :: to 'Send' commands on the right of the colon. For example <# represents the Left Windows Key, and the Number 1 represents 1, so to map Windows+1 to Windows+1+Enter would be:

<#1:: Send <#1{Enter}

The AutoHotkey docs are generally quite helpful, and a list of included keys is supported. There is an endless supply of template/example scripts online from simple things such as spellcheck all the way to automated actions in specific programs (Lightroom, etc). Moreover, there's a portable version which doesn't require Administrator Permission (I'm assuming there's a separate administrator account on your work laptop).

https://www.autohotkey.com/docs/KeyList.htm

However, for reference, the following can be used for your purpose (tested):

<#1:: Send <#1{Enter}
<#2:: Send <#2{Enter}
<#3:: Send <#3{Enter}
<#4:: Send <#4{Enter}
<#5:: Send <#5{Enter}
<#6:: Send <#6{Enter}
<#7:: Send <#7{Enter}
<#8:: Send <#8{Enter}
<#9:: Send <#9{Enter}
<#0:: Send <#0{Enter}
zx485
  • 2,337
Aadi
  • 19
0

As stupid as this sounds, have you updated your laptop? Check the version number of Win 10 on your computer, and see how it compares to you laptop, if you can maybe try to update it.

0

I have noticed the same issue but have found that altering how quickly I move between windows prevents it from happening.

If I press Windows+N and quickly release both before the previews of all the instances pop up, then I have to hit Enter to activate the currently selected window instance. If I press Windows, then press and release N, and then wait to release the Windows key after the preview pops up, then it works as expected. If you have your taskbar set to automatically hide, it is easier to recreate the issue because the taskbar has to unhide before the previews pop up.

I don't see this behavior on my work laptop (Windows 10 Version 1809) but it has been occurring on my home PCs for the last few (several?) versions. My home PCs are Version 20H2.