GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
try this patch for FbTerm 1.4

Original comment by [email protected] on 21 Mar 2009 at 3:40

Attachments:

from fbterm.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
原本的情況:
進 vim Insert Mode 後,按 Ctrl-Space 就立刻跳出

applied patched 後的情況:
進 vim Insert Mode 後,按 Ctrl-Space 
,再按任何一鍵後,就立刻跳出。

Original comment by MatLinuxer2 on 21 Mar 2009 at 4:24

from fbterm.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
While user pressing down Ctrl-Space to enable IM server, FbTerm 1.4 changes 
keyboard 
mode from K_UNICODE to K_MEDIURAW to ask kernel to send raw keycode for next 
user 
input. But kernel will first send keycodes of the release Ctrl-Sapce, FbTerms 
redirects them to IM server, which may cause problem! The attached patch above 
has 
fixed this bug.

please debug your IM server to check whether IM server receive correct keycodes 
and 
send the correct translated term string to FbTerm.

Original comment by [email protected] on 21 Mar 2009 at 5:28

from fbterm.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Cool. I found this cause of the bug, and fixed it in latest libucimf-2.2.7 and
fbterm_ucimf-0.2.4.
Thank you very much for your support. :-)


Original comment by MatLinuxer2 on 23 Mar 2009 at 6:13

  • Changed state: Done

from fbterm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.