Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window switcher ALT + ` does not work #146

Closed
matthewh86 opened this issue Oct 30, 2024 · 2 comments
Closed

Window switcher ALT + ` does not work #146

matthewh86 opened this issue Oct 30, 2024 · 2 comments

Comments

@matthewh86
Copy link

Hello,

As title says, ALT + ` does not work.

window-switcher.ini

# Whether to show trayicon, yes/no
trayicon = yes 

[switch-windows]

# Hotkey to switch windows
hotkey = alt+`

# List of hotkey conflict apps
# e.g. game1.exe,game2.exe
blacklist =

# Ignore minimal windows
ignore_minimal = no

[switch-apps]

# Whether to enable switching apps
enable = no

# Hotkey to switch apps
hotkey = alt+tab

# Ignore minimal windows
ignore_minimal = no

[log]

# Log level can be one of off,error,warn,info,debug,trace.
level = debug

# Log file path. 
# e.g.
#   window-switcher.log (located in the same directory as window-switcher.exe)
#   C:\\bin\\window-switcher.log (full path)
path = window-switcher.log

window-switcher.log

[00:00:00.000] (2ef4) INFO   start config=Config { trayicon: true, log_level: Debug, log_file: Some("C:\\Users\\Matthew\\Google Drive\\Programs\\window-switcher.log"), switch_windows_hotkey: Hotkey { id: 1, name: "switch windows", modifier: [VIRTUAL_KEY(164), VIRTUAL_KEY(165)], code: 192 }, switch_windows_blacklist: {""}, switch_windows_ignore_minimal: false, switch_apps_enable: false, switch_apps_hotkey: Hotkey { id: 2, name: "switch apps", modifier: [VIRTUAL_KEY(164), VIRTUAL_KEY(165)], code: 9 }, switch_apps_ignore_minimal: false }
[00:00:00.006] (2ef4) INFO   foreground watcher start
[00:00:00.007] (2ef4) INFO   keyboard listener start
[00:00:00.007] (2ef4) DEBUG  is_admin true
[00:00:00.128] (2ef4) INFO   trayicon registered
[00:00:03.343] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 163, scanCode: 29, flags: KBDLLHOOKSTRUCT_FLAGS(1), time: 176088703, dwExtraInfo: 0 }
[00:00:03.471] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 78, scanCode: 49, flags: KBDLLHOOKSTRUCT_FLAGS(0), time: 176088828, dwExtraInfo: 0 }
[00:00:03.489] (2ef4) DEBUG  foreground explorer.exe false
[00:00:03.583] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 78, scanCode: 49, flags: KBDLLHOOKSTRUCT_FLAGS(128), time: 176088937, dwExtraInfo: 0 }
[00:00:03.705] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 163, scanCode: 29, flags: KBDLLHOOKSTRUCT_FLAGS(129), time: 176089062, dwExtraInfo: 0 }
[00:00:07.119] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 164, scanCode: 56, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176092484, dwExtraInfo: 0 }
[00:00:07.407] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176092765, dwExtraInfo: 0 }
[00:00:07.535] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176092890, dwExtraInfo: 0 }
[00:00:07.783] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176093140, dwExtraInfo: 0 }
[00:00:07.911] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176093265, dwExtraInfo: 0 }
[00:00:08.095] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176093453, dwExtraInfo: 0 }
[00:00:08.239] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176093593, dwExtraInfo: 0 }
[00:00:08.687] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 164, scanCode: 56, flags: KBDLLHOOKSTRUCT_FLAGS(128), time: 176094046, dwExtraInfo: 0 }
[00:00:09.307] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 162, scanCode: 541, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176094671, dwExtraInfo: 0 }
[00:00:09.308] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 165, scanCode: 56, flags: KBDLLHOOKSTRUCT_FLAGS(33), time: 176094671, dwExtraInfo: 0 }
[00:00:09.491] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176094843, dwExtraInfo: 0 }
[00:00:09.619] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176094984, dwExtraInfo: 0 }
[00:00:09.803] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176095156, dwExtraInfo: 0 }
[00:00:09.907] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176095265, dwExtraInfo: 0 }
[00:00:10.011] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(32), time: 176095375, dwExtraInfo: 0 }
[00:00:10.131] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 223, scanCode: 41, flags: KBDLLHOOKSTRUCT_FLAGS(160), time: 176095484, dwExtraInfo: 0 }
[00:00:10.443] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 162, scanCode: 541, flags: KBDLLHOOKSTRUCT_FLAGS(128), time: 176095796, dwExtraInfo: 0 }
[00:00:10.444] (2ef4) DEBUG  keyboard KBDLLHOOKSTRUCT { vkCode: 165, scanCode: 56, flags: KBDLLHOOKSTRUCT_FLAGS(129), time: 176095796, dwExtraInfo: 0 }
[00:00:13.259] (2ef4) DEBUG  foreground explorer.exe false
[00:00:13.357] (2ef4) DEBUG  foreground explorer.exe false
[00:00:15.853] (2ef4) DEBUG  trayicon destroyed
[00:00:15.859] (2ef4) DEBUG  keyboard listener destroyed
[00:00:15.859] (2ef4) DEBUG  foreground watcher destroyed
@sigoden
Copy link
Owner

sigoden commented Oct 30, 2024

see #87

@sigoden sigoden closed this as completed Oct 30, 2024
@matthewh86
Copy link
Author

Great thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants