Giter Site home page Giter Site logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Please try with the latest version from the PPA.

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

  • Changed state: Invalid

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
I tried with 0.61.7 and the bug remains.

When I look at xev, it shows that the key is mapped properly:

KeyRelease event, serial 33, synthetic NO, window 0x6000001,
    root 0x10a, subw 0x0, time 13125347, (299,168), root:(307,265),
    state 0x20, keycode 133 (keysym 0xffe7, Meta_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

I've been able to launch my terminal using a windows key shortcut ("Mod3+T") I
assigned in "System -> Keyboard Shortcuts -> Run Terminal" under Gnome.

If there's anything I can do to help just let me know.

Original comment by [email protected] on 31 Mar 2010 at 10:46

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
What keyboard layout are you using? Do you use any hotkey-based layout
switching/group switching?

This type of issue is invariably caused by a disagreement between X and the 
rest of
the DE about what the real keymap is. AutoKey only asks X for the keymap - if X 
is
confused, there is nothing AutoKey can do about it.

Original comment by cdekter on 31 Mar 2010 at 10:49

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
BTW, I also tried mapping it to "Super_L" but that doesn't seem to work either:

xmodmap -e "clear mod3"
xmodmap -e "keycode 133 = Super_L"
xmodmap -e "add mod3 = Super_L"

KeyRelease event, serial 33, synthetic NO, window 0x6000001,
    root 0x10a, subw 0x0, time 14124395, (493,150), root:(505,271),
    state 0x20, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XKeysymToKeycode returns keycode: 115
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

Still doesn't work :(

Any ideas? I think it could be my keyboard config.

Original comment by [email protected] on 31 Mar 2010 at 10:58

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
AHA! I restarted gnome (without rebooting) and it is almost working now.

I say "almost" because if I set a hotkey "Win+X" to output "foobar", what 
happens is
it includes the "X". i.e: pressing "Win+X" will output "xfoobar"

Getting closer :)

Original comment by [email protected] on 31 Mar 2010 at 11:05

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
You have arrived at the normal behaviour then - AutoKey doesn't grab the hotkey
combination, so the event still gets through to all other applications. The 
solution
is to add an extra backspace to the start of your phrase/script to get rid of 
the
extra character.

Original comment by cdekter on 31 Mar 2010 at 11:08

from autokey.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Again, if I set a hotkey "Win+X" to output "foobar", in Terminal it includes 
the "X".
i.e: pressing "Win+X" will output "xfoobar"

However, if I do this inside of Firefox for example, it works as expected. Any 
way
around this?

Original comment by [email protected] on 31 Mar 2010 at 6:58

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.