Skip to content

Rebind open-in-Glyphs shortcut from Ctrl-E to Ctrl-##452

Open
mekkablue wants to merge 1 commit into
masterfrom
claude/scripts-font-test-shortcuts-61ujig
Open

Rebind open-in-Glyphs shortcut from Ctrl-E to Ctrl-##452
mekkablue wants to merge 1 commit into
masterfrom
claude/scripts-font-test-shortcuts-61ujig

Conversation

@mekkablue

Copy link
Copy Markdown
Owner

Ctrl-E collides with Unix/Emacs line-editing keybindings (move cursor to end of line), so the "open in Glyphs" shortcut is rebound to Ctrl-# in both test HTMLs:

  • Variable Font Test HTML: Ctrl-# opens the current selection.
  • Webfont Test HTML: Ctrl-# opens the text-entry contents.

The # is matched via event.key == '#' (layout-independent, consistent with the existing +/-/1/2 handlers) rather than event.code. Both help footers are updated accordingly. The grid double-click gesture is unchanged.

🤖 Generated with Claude Code

https://claude.ai/code/session_01MMMCkkuNgVM4SEsqhhxc8f


Generated by Claude Code

Ctrl-E collides with Unix/Emacs line-editing keybindings (move to end of
line). Rebind the open-selection/open-text-entry shortcut in both test
HTMLs to Ctrl-#, matched layout-independently via event.key.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MMMCkkuNgVM4SEsqhhxc8f
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

Successfully merging this pull request may close these issues.

2 participants