Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 291 Bytes

File metadata and controls

32 lines (18 loc) · 291 Bytes

Swap

Keymando plugin that swaps text in input sequences.

Examples

Swap Cmd and Alt everywhere:

  swap('Cmd', 'Alt')

Restrict to Emacs:

  only /Emacs/ do
    swap('Cmd', 'Alt')
  end

Requirements

Keymando version 1.0.3