characters & events

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khaledcoco
    New Member
    • Mar 2009
    • 4

    characters & events

    how to define a function to do the following:

    if I press shift+H, show another letter

    like shift+h -> Y
  • khaledcoco
    New Member
    • Mar 2009
    • 4

    #2
    characters & events

    I have this code and I want to update it to do the following:
    when I enter x in the notepad automatically converted to y
    I mean replace all the x chars when I try to type it to y

    attached the full code:



    anyone can help me to do this
    Attached Files

    Comment

    • bvdet
      Recognized Expert Specialist
      • Oct 2006
      • 2851

      #3
      Take a look at pyHook.

      Comment

      • bvdet
        Recognized Expert Specialist
        • Oct 2006
        • 2851

        #4
        khaledcoco,

        We strongly discourage double-posting, therefore I merged the two threads.

        BV
        Moderator

        Comment

        Working...