atom-keymap icon indicating copy to clipboard operation
atom-keymap copied to clipboard

need to press ":" twice in order to see it appear

Open dsc8x opened this issue 10 years ago • 13 comments

When i press ":" the first time nothing happens. But when I type it one more time the ":'" appears.

Note: I do not use a default US layout. To Type characters like {}():;<>[] I use the capslock key plus a normal letter. All those mappings work fine with atom, except of the ":" which is mapped to Capslok + g (g = key code 0x29)

dsc8x avatar Jun 30 '14 15:06 dsc8x

  • What layout are you using?
  • If you run the key binding resolver from the command palette, what do you see when you type :?

nathansobo avatar Jun 30 '14 15:06 nathansobo

  1. I am using my own custom layout
  2. http://take.ms/nMNkX that's what i see :)

dsc8x avatar Jun 30 '14 15:06 dsc8x

Oh, right, and Capslock is mapped to ALT_L, so ALT_L + g produces ":" in my Layout.

dsc8x avatar Jun 30 '14 15:06 dsc8x

Could you post your custom layout somewhere? That will help us reproduce the problem.

nathansobo avatar Jun 30 '14 16:06 nathansobo

https://gist.github.com/epegzz/585158c5d88479edaa40

Here you go :-)

dsc8x avatar Jun 30 '14 16:06 dsc8x

maybe related to https://github.com/atom/atom-keymap/issues/37 ?

dsc8x avatar Jun 30 '14 17:06 dsc8x

The colon ( : ) is also not working on my keyboard either.

How come this bug is from 30 Jun 2014 and wasn't closed yet? After 1 hour using Atom I thought it was going to be this time I was leaving Brackets :| Such a small bug and so big the annoyances caused. Makes it impossible to write CSS...

AfonsoFG avatar Mar 29 '16 22:03 AfonsoFG

@penafo which keyboard layout are you using?

winstliu avatar Mar 29 '16 22:03 winstliu

Sad to hear it's still not fixed. Was about to give Atom another try soon.

dsc8x avatar Mar 29 '16 22:03 dsc8x

@epegzz While I'm not sure #35 directly pertains to you, it might be worth it to subscribe there as the fix for #35 will probably fix your issue as well.

winstliu avatar Mar 29 '16 22:03 winstliu

Yeah, just saw that myself, sounds promising. Any idea when the current electron branch will be used in another Atom release?

dsc8x avatar Mar 29 '16 22:03 dsc8x

There's currently no ETA. Right now we're trying to update to the latest 0.36.x version, and then we'll probably start updating to 0.37.x.

winstliu avatar Mar 29 '16 22:03 winstliu

@50Wliu: Portuguese layout keyboard --> wikipedia image

I already commented on #35 the problem that was originating it.

Atom shouldn't allow external plugins to change users keyboard's "normal" keys in that manner.... allowing a plugin to change the function of a key as basic as the colon is going to kill the user-experience on Atom as a whole.

Why not forcing all 3rd party plugins to use ONLY something like CTRL+SHIFT+somthing for theirs shortcuts and prompting the user to change them in case on install a new plugin some shortcuts "collide" with already registered shortcuts?

AfonsoFG avatar Mar 30 '16 01:03 AfonsoFG