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

spotlight key remap broken since Sonoma #337

Open
gwillem opened this issue Feb 16, 2024 · 2 comments
Open

spotlight key remap broken since Sonoma #337

gwillem opened this issue Feb 16, 2024 · 2 comments

Comments

@gwillem
Copy link

gwillem commented Feb 16, 2024

Since Ventura=>Sonoma upgrade, I cannot override my spotlight key. My other overrides work fine.

# does not work in alacritty but does in terminal, for spotlight key:
$ skhd -o
keycode: 0xB1	flags: 00000000100000000000000100000000

$ skhd -V
hotkey :: #164 {
	key: '0xB1' (0xb1)
	cmd: '$HOME/bin/ct hq:screenshot '
}
hotkey :: #165 {
	mod: 'cmd'
	key: '0xB1' (0xb1)
	cmd: '$HOME/bin/ct hq:screenshot --mark'
}

But spotlight key still triggers spotlight field. Did anyone manage to use it with Sonoma?

@lvadla
Copy link

lvadla commented Feb 24, 2024

I have the same issue.

@vegetablesalad
Copy link

This works for me:
cmd - space : osascript -e 'tell application "System Events" to key code 41 using {command down}'
Changes cmd-space to cmd - ;

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

4 participants
@gwillem @vegetablesalad @lvadla and others