Export to GitHub

fbterm - issue #22

emacs:cant use ctrl-space to set-mark


Posted on Jun 30, 2009 by Happy Rabbit

It's used to toggle input method. Maybe it's better to set this shortcut in .fbtermrc.

Comment #1

Posted on Nov 4, 2009 by Happy Rabbit

还是期待着能自由设置输入法切换键。

Comment #2

Posted on Nov 14, 2009 by Happy Horse

some suggestion: 1) run FbTerm version 1.6 without "input-method" option 2) change the key-map of Emacs 3) modify fbterm's source: open fbterm-1.6/src/input.cpp, search for {T_CTRL, KEY_SPACE, CTRL_SPACE}, you can use ctrl-alt-space as the shortcut by modifying it to {T_CTRL_ALT, KEY_SPACE, CTRL_SPACE},

Comment #3

Posted on Nov 14, 2009 by Happy Rabbit

十分感谢!!

Comment #4

Posted on Mar 5, 2010 by Happy Horse

(No comment was entered for this change.)

Status: Done

Labels:
Type-Defect Priority-Medium