mooz / xkeysnail

Yet another keyboard remapping tool for X environment
890 stars 112 forks source link

Weird issue in Chrome browser #140

Open linchangyi opened 3 years ago

linchangyi commented 3 years ago

I have remap some combo keys to simulate arrow keys, configurations as below.

define_keymap(None,{
    K("Ctrl-Alt-j"):Key.DOWN,
    K("Ctrl-Alt-k"):Key.UP,
    K("Ctrl-Alt-h"):Key.LEFT,
    K("Ctrl-Alt-l"):Key.RIGHT,
    K("Ctrl-SEMICOLON"):Key.BACKSPACE,
},"default")

This had been doing great until the Chrome browser updated to the latest version (92.0.4515.107). All the combo keys as noted abobe would be triggered twice in Chrome browser, but everything is ok with other applications.

BlindingDark commented 3 years ago

Related issue https://bugs.chromium.org/p/chromium/issues/detail?id=1232002

ifnk commented 3 years ago

i have the same problem in google-chrome-stable (arch linux + i3wm ) ,how can i solve it ?

MinmoTech commented 3 years ago

I simply downgraded my browser for the time being.

aikawa9376 commented 3 years ago

archlinux seems to be fixed with today's update.

ProfFan commented 3 years ago

same problem... (EDIT: Arch Linux has fixed this)

yoshinari-nomura commented 2 years ago

FYI, I timidly updated Chrome on my Ubuntu to 93.0.4577.82-1 today. It seems to be working well.

joshgoebel commented 2 years ago

So can we confirm this was a Chrome bug then that's being fixed in upstream Chrome?

IE: Could this issue be closed now?

fecet commented 1 year ago

I think this can be safely closed as I also have this issue and chrome have been work well with xkeysnail one year in Arch

joshgoebel commented 1 year ago

Original poster would need to close. I have no admin rights to this repo and original author seems to have moved on.

I just try to help and direct people to my improved fork.

fecet commented 1 year ago

Original poster would need to close. I have no admin rights to this repo and original author seems to have moved on. >> original poster needs to be closed. I have no administrative authority over this repo and the original author seems to have moved on.>I just try to help and direct people to my improved fork.>

I'm interested, is keyszer work in a lower level than xkeysnail? * ? As I found some GUI application cant work with xkeysnail, I guess that's because they read keyboard input under a similar level with xkeysnail and somehow confict.

joshgoebel commented 1 year ago

They work at the exact same level.

fecet commented 1 year ago

They work at the exact same level.

So I don't why it do solve my problem with neovide https://github.com/neovide/neovide/issues/1290, thank your amazing work!