all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Frame Hooks, terminal
@ 2011-08-31 19:41 v.plechinger
  0 siblings, 0 replies; only message in thread
From: v.plechinger @ 2011-08-31 19:41 UTC (permalink / raw)
  To: Help-gnu-emacs

Ahoj fellow emacs users.

Recently (just now) I encountered a slight problem with the terminal version.

I use the colemak-layout and for other ergonomic reasons I use keyboard-translate to change alot of the key-bindings.

(add-hook 'before-make-frame-hook
          (lambda () 
            (progn
                ;; many more keyboard-translate calls
              (keyboard-translate ?\C-k ?\C-j))))

This hook works wonderful for my graphical windows but not with inside a terminal.
Any ideas how I can make this work for the terminal emacs-sessions?

Best Regards,
Valentin



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-31 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 19:41 Frame Hooks, terminal v.plechinger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.