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

Symbolize special keys #372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Symbolize special keys

    Use symbols to represent special keys. If value of
    ``which-key-special-keys`` is an *alist* of cons
    cells, whose cars are special keys such as SPC,
    TAB,  ... and the cdrs are symbol strings, replace
    the special keys with corresponding symbols.
    
    For backward-compatibility, if
    ``which-key-special-keys`` is an ordinary list of
    keys, old logic of trucation to single character
    works.
    pradyparanjpe committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2f3a780 View commit details
    Browse the repository at this point in the history