Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird issue in Chrome browser #140

Open
linchangyi opened this issue Jul 24, 2021 · 12 comments
Open

Weird issue in Chrome browser #140

linchangyi opened this issue Jul 24, 2021 · 12 comments

Comments

@linchangyi
Copy link

linchangyi commented Jul 24, 2021

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
Copy link

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

@ifnk
Copy link

ifnk commented Jul 27, 2021

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

@MinmoTech
Copy link

I simply downgraded my browser for the time being.

@aikawa9376
Copy link

archlinux seems to be fixed with today's update.

@ProfFan
Copy link

ProfFan commented Aug 3, 2021

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

@yoshinari-nomura
Copy link

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

@joshgoebel
Copy link

joshgoebel commented May 25, 2022

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
Copy link

fecet commented Oct 18, 2022

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
Copy link

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
Copy link

fecet commented Oct 19, 2022

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
Copy link

They work at the exact same level.

@fecet
Copy link

fecet commented Oct 27, 2022

They work at the exact same level.

So I don't why it do solve my problem with neovide neovide/neovide#1290, thank your amazing work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants