andreystepanov / evil-xkbswitch

Input method switching corresponds to current state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evil-xkbswitch

Input method switching corresponds to current state

Usage

(require 'use-package)
(use-package evil-xkbswitch
  :if (featurep 'ns)
  :load-path "path/to/evil-xkbswitch/"
  :diminish evil-xkbswitch-mode
  :config (evil-xkbswitch-mode 1))

Remove :load-path if install via package.el.

Limit

Only working under OS X for now, xkb version should take little to no modification.

Binary

issw can be got and compiled from here

License

MIT

About

Input method switching corresponds to current state


Languages

Language:Emacs Lisp 100.0%