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

Map meta+t to ctrl+t in chromium only #793

Open
justinmoon opened this issue Jul 12, 2024 · 2 comments
Open

Map meta+t to ctrl+t in chromium only #793

justinmoon opened this issue Jul 12, 2024 · 2 comments

Comments

@justinmoon
Copy link

By meta I mean hold down meta key and then press t with it held down. Explaining because I'm confused what the difference between - and + is in the configs.

The closest I got to this behavior was entirely remapping meta -> control in Chromium.

[chromium-browser]
meta = oneshot(control)

How to only map specific combinations like meta+t or meta+w. My usecase is that I have i3 window manager and MacOS keyboard. I want to retain a few of the familiar chrome hotkeys, but nothing that conflicts with an i3 combination --e.g. meta+k goes up a window for me in i3 so I don't want to map that one to the ctrl+k combination that triggers a google search.

Sorry for the stupid question, tried for a while but couldn't figure it out.

@pfaustLouKy
Copy link

I have the same problem. control+t just doesn't work while control does and I can't shut off all control keys.

@rvaiya
Copy link
Owner

rvaiya commented Jul 26, 2024

This amounts to remapping t in the meta layer. You achieve it like so:

[chromium-browser]

meta.t = C-t

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

3 participants