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

Add config key for QoL #8

Closed
ahmubashshir opened this issue Jul 3, 2023 · 1 comment · Fixed by #9
Closed

Add config key for QoL #8

ahmubashshir opened this issue Jul 3, 2023 · 1 comment · Fixed by #9

Comments

@ahmubashshir
Copy link

Current behavior is <Tab>/<Shift><Tab> changes page and <Left>/<Right> changes suggestion.

I'd like to assign [/] for changing page and ,/. to change suggestion. I'd be happy if you implement this, or direct me to where this is handled, I'll try implementing myself.

Another suggestion is allowing users to merge 3 pages into one with a config key.

@GaZaTu GaZaTu mentioned this issue Jul 4, 2023
Merged
@GaZaTu
Copy link
Owner

GaZaTu commented Jul 4, 2023

@ahmubashshir you can try out #9

you just need to add the following snippet to ~/.config/gazatu.xyz/im-emoji-picker.ini

[customHotKeys]
1\sourceKeyChr=, 
1\targetKeySeq=Left
2\sourceKeyChr=.
2\targetKeySeq=Right
3\sourceKeyChr=[
3\targetKeySeq=Tab
4\sourceKeyChr=]
4\targetKeySeq=Shift+Tab
size=4

@GaZaTu GaZaTu closed this as completed in #9 Oct 24, 2023
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

Successfully merging a pull request may close this issue.

2 participants