Skip to content

Different chars do not work #16

@eflanigan00

Description

@eflanigan00

When I use the same characters it works:

(key-chord-define-global "CC" 'capitalize-dwim)
(key-chord-define-global "LL" 'downcase-dwim)
(key-chord-define-global "uu" 'upcase-dwim)

Changing characters does not:

(key-chord-define-global "cv" 'capitalize-dwim) ;; cc is used in access and account
(key-chord-define-global "l;" 'downcase-dwim) ;; ll is used in too many words (kill, will)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions