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

Overwriting "standard macOS" shortcuts no longer works #7024

Closed
schiegl opened this issue Jan 19, 2024 · 1 comment
Closed

Overwriting "standard macOS" shortcuts no longer works #7024

schiegl opened this issue Jan 19, 2024 · 1 comment
Labels

Comments

@schiegl
Copy link

schiegl commented Jan 19, 2024

Describe the bug
Up to version 0.31.0 it was possible to overwrite shortcuts such as cmd+h or cmd+k. On 0.32.0 this is no longer possible.

To Reproduce

  1. Add either one of the two following mappings to your config
map cmd+h cmd+h  # doesn't send cmd+h key press
map cmd+h no_op  # doesn't disable cmd+h
  1. Press cmd+h
  2. The window hides

Environment details

kitty 0.32.0 (eb5dd364ae) created by Kovid Goyal
Darwin schiegl.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:34 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8103 arm64
ProductName:		macOS ProductVersion:		14.2.1 BuildVersion:		23C71
Frozen: True
Paths:
  kitty: /Applications/kitty.app/Contents/MacOS/kitty
  base dir: /Applications/kitty.app/Contents/Resources/kitty
  extensions dir: /Applications/kitty.app/Contents/Resources/Python/lib/kitty-extensions
  system shell: /bin/zsh
Loaded config files:
  /Users/schiegl/.config/kitty/kitty.conf

Config options different from defaults:
Removed shortcuts:
	cmd+, →  edit_config_file
	cmd+enter →  new_window
	cmd+h →  hide_macos_app
	cmd+k →  clear_terminal to_cursor active
	cmd+m →  minimize_macos_window
	cmd+n →  new_os_window
	cmd+q →  quit
	cmd+t →  new_tab
	cmd+w →  close_tab
	ctrl+cmd+, →  load_config_file
	ctrl+cmd+f →  toggle_fullscreen
	opt+cmd+h →  hide_macos_other_apps
	opt+cmd+r →  clear_terminal reset active
	opt+cmd+s →  toggle_macos_secure_keyboard_entry
	shift+cmd+/ →  open_url https://sw.kovidgoyal.net/kitty/
	shift+cmd+[ →  previous_tab
	shift+cmd+] →  next_tab
	shift+cmd+d →  close_window
	shift+cmd+w →  close_os_window

Important environment variables seen by the kitty process:
	PATH                                /Applications/kitty.app/Contents/MacOS:/usr/bin:/bin:/usr/sbin:/sbin
	LANG                                en_US.UTF-8
	SHELL                               /bin/zsh
	USER                                schiegl
@schiegl schiegl added the bug label Jan 19, 2024
@kovidgoyal
Copy link
Owner

dup of #7016

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

No branches or pull requests

2 participants