Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
Another problem with Unicode support: I have another Phrase for inserting the 
Greek 
character nu (ν). I have nu in the Phrase window, but when the Phrase is run 
and the 
text inserted, I get a Latin lowercase "gee" (g). This is not a problem with 
the 
font, as I can still paste nu into the document I'm working in with Ctrl-V, and 
it 
comes out correctly.

The attached file shows the result of using the Phrase in gedit.

Original comment by [email protected] on 4 Oct 2009 at 4:41

Attachments:

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
I noticed this bug is produced exclusively in QT4 applications, and in most 
cases, a
carriage return seems to be sent after the unicode codepoint of the intended 
symbol.
In GTK apps it never seems to fail. I haven't tested other widget sets.

Original comment by Hetdegon on 11 Dec 2009 at 7:35

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
My work around:
text = u"žluťoučké \n štěňátko"
clipboard.fill_clipboard(text)
keyboard.send_keys("<ctrl>+v")

Original comment by [email protected] on 18 Dec 2009 at 4:53

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
The entry method autokey uses for unicode characters will only work in 
applications
based on the GTK toolkit - hence why you note it does not work in QT4 apps. The
solution is as you have seen, to send the text via the clipboard. There is no 
other
way around this.

Original comment by cdekter on 24 Mar 2010 at 11:20

  • Changed state: Invalid

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
This should be fixed in v0.80.0

Original comment by cdekter on 19 Sep 2011 at 12:35

  • Changed state: Fixed

from autokey.

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.