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 accents behavior #65

Open
baldraven opened this issue Nov 12, 2023 · 2 comments
Open

Weird accents behavior #65

baldraven opened this issue Nov 12, 2023 · 2 comments

Comments

@baldraven
Copy link

Hopefully those issues were not already known and will be useful !
I'm using Arch Linux with Awesome WM for Xorg, running the program from zsh with the AppImage.

f::é
Replaces 'f' by 'é', working as expected

+f::é
Replaces 'shift+f' by 'ò'

f::î
Replaces 'f' with 'à'

f::Send,{ASC 238}
Shows error : key name 'ASC' not found

f1::î
Makes the keyboard impossible to use until the program is exited with the mouse.

I can provide more infos and investigate further if needed.

@phil294
Copy link
Owner

phil294 commented Nov 16, 2023

Probably the same problem as #32 - will still take a bit until this is fixed.

In the meantime, you can do for example

+f::SendRaw é

@phil294
Copy link
Owner

phil294 commented Nov 21, 2023

note to self, please ignore:

;Arrows
!a::Send {Left}
!d::Send {Right}
!w::Send {Up}
!s::Send {Down}

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

2 participants