Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacs:cant use ctrl-space to set-mark #22

Closed
GoogleCodeExporter opened this issue Nov 2, 2015 · 4 comments
Closed

emacs:cant use ctrl-space to set-mark #22

GoogleCodeExporter opened this issue Nov 2, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Original issue reported on code.google.com by cofa...@gmail.com on 30 Jun 2009 at 8:25

@GoogleCodeExporter
Copy link
Author

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

Original comment by cofa...@gmail.com on 4 Nov 2009 at 12:14

@GoogleCodeExporter
Copy link
Author

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},

Original comment by zgchan...@gmail.com on 14 Nov 2009 at 2:08

@GoogleCodeExporter
Copy link
Author

十分感谢!!

Original comment by cofa...@gmail.com on 14 Nov 2009 at 12:03

@GoogleCodeExporter
Copy link
Author

Original comment by zgchan...@gmail.com on 5 Mar 2010 at 11:20

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant