You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
cofa...@gmail.com
on 30 Jun 2009 at 8:25The text was updated successfully, but these errors were encountered: