moiri / kobold

jump and run on web page
2 stars 0 forks source link

Cannot jump when crouched #40

Closed moiri closed 10 years ago

moiri commented 10 years ago

When crouched, the movable is not able to jump. While crouched, by pressing jump, the movable stands up. Release crouch and pressing it again enables crouch once more.

moiri commented 10 years ago

The key combination ctrl+space triggers a blur event. This then cleans up the keyCodeMap which results eventually in a standUp of the movable. To solve this the blur event on ctrl+space must be prevented

moiri commented 10 years ago

While ctrl is pressed space is registers only a blur event (no other event is registered). Jump while crouched used to work. Now with Firefox 31.0 on Lubuntu it seems to pose problems. At this stage the onli thing that could be done is preventing the blur event while crouched. However this is rather coarse because it always prevents a blur event while ctrl is pressed. -> at the moment no change!

moiri commented 10 years ago

It works with Firefox on Windows (forgot to check the versions :().

moiri commented 9 years ago

The problem was caused by the ibus application of ubuntu: it uses ctrl+space as standard keyboard shortcut