tomatobrown

Results 4 comments of tomatobrown

Here is what I get from the code above ipdb> import pykeyboard ipdb> kb = pykeyboard.PyKeyboard() ipdb> kb.press_key(kb.shift_key) ipdb> kb.tap_key('t') ipdb> t ipdb> kb.release_key(kb.shift_key) ipdb> kb.tap_key('t') ipdb> t I have...

Actually, it's not working for me - I get "tt" I'm starting to think it's related to my environment, i just going to use osascript key down command on mac

Thanks @willwade the change you made to mac.py fixed this problem for me. Your sneaky suspicion was right.

after this is fixed it might be a good time for a new release