Skip to content

Instantly share code, notes, and snippets.

@myfonj
Last active August 22, 2023 23:48
Show Gist options
  • Save myfonj/62b4e0d393f4a97df5e9904df5e776b1 to your computer and use it in GitHub Desktop.
Save myfonj/62b4e0d393f4a97df5e9904df5e776b1 to your computer and use it in GitHub Desktop.
Win+Page Up / Down for switching through taskbar items (like tabbing) via 7+ Taskbar Tweaker - Advanced Settings - Keyboard Shortcuts
0x21|win
101
0x22|win
102

7+ Taskbar Tweaker Systray icon / Right mouse click / Advanced Options / Keyboard Shortcuts

Name Data
0x21|Ctrl+Shift+Win 109
0x21|Ctrl+Win 101
0x22|Ctrl+Shift+Win 110
0x22|Ctrl+Win 102
  • 0x21 - Page Up
  • 0x22 - Page Down
  • 101 - Switch to the window which is located on the left to the active window on the taskbar
  • 102 - Switch to the window which is located on the right to the active window on the taskbar
  • 109 - Move the button group containing the active window to the left
  • 110 - Move the button group containing the active window to the right

Interestingly, Win 10 22H2 does not let me remap Win + Pg.. alone, so I had to resort to Ctrl + Win + Pg.. for switching windows.

Added Ctrl + Shift + Win + Pg.. for moving window buttons; just like tabs. Yay!!!


For displaying numbers for Win+<number> window switching use https://ramensoftware.com/7-taskbar-numberer started with

start "" "C:\...\7+ Taskbar Numberer.exe" -v2 -hidewnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment