Skip to content

Instantly share code, notes, and snippets.

@thsig
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thsig/f04a9a5831a1bf68f03b to your computer and use it in GitHub Desktop.
Save thsig/f04a9a5831a1bf68f03b to your computer and use it in GitHub Desktop.
Emacs key bindings for Icelandic keyboard
;; Icelandic keyboard setup
(define-key key-translation-map (kbd "M-ö") (kbd "\\"))
(define-key key-translation-map (kbd "M-8") (kbd "["))
(define-key key-translation-map (kbd "M-9") (kbd "]"))
(define-key key-translation-map (kbd "M-7") (kbd "{"))
(define-key key-translation-map (kbd "M-0") (kbd "}"))
(define-key key-translation-map (kbd "M-q") (kbd "@"))
(define-key key-translation-map (kbd "M--") (kbd "~"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment