Enable macOS universal autofill#8195
Closed
memco wants to merge 1 commit into
Closed
Conversation
Implements kovidgoyal#8173 This is the bare minimum of menu items I could add to coax macOS into providing the requested AutoFill > Passwords... menu. Unfortunately you cannot just create an Edit menu, it has to have at least one child for the AutoFill (and also the Start Dictation... menu item): hence the lone `separatorItem`
Owner
|
Well if we are going to be adding an edit menu might as well add copy, paste, clear scroll back and cear screen actions to mimic Terminal.app |
|
I noticed that in macOS, this change also enabled the use of the native macOS emoji picker. For better or worse, I had been using I was able to work around this by reassigning the "Emoji & Symbols" menu item to a different keyboard shortcut, which allowed me to continue to use |
Closed
zchee
pushed a commit
to zchee/kitty
that referenced
this pull request
Jul 8, 2026
…it->Autofill menu mimicking other macOS applications Fixes kovidgoyal#8195
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #8173
This is the bare minimum of menu items I could add to coax macOS into providing the requested AutoFill > Passwords... menu. Unfortunately you cannot just create an Edit menu, it has to have at least one child for the AutoFill (and also the Start Dictation... menu item) to appear: hence the lone
separatorItemAfter changes:
Before changes: