-
Notifications
You must be signed in to change notification settings - Fork 16
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
create en dash #70
Comments
sorry but I have no idea what you are talking about |
En dash and em dash are long hyphens, on Windows you would type two hyphens
and it turns into one long dash. But on Linux there is no convenient way to
do it.
I want to configure a key combination such as alt + - that will output an
En dash.
On Autohotkey for Windows, you would do something like this:
; Alt+Minus = En dash
!-::
Send {–}
return
…On Fri, Jan 26, 2024, 6:05 PM Philip Waritschlager ***@***.***> wrote:
sorry but I have no idea what you are talking about
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIBH5HSOYF6DX23EPYLZD3YQPH47AVCNFSM6AAAAABCL3K3ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGMYDMNBUGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah, ok, right, doesn't seem to work. On my system, not even sending a normal dash works... worrying. This is related to #32 and will be fixed, I presume, in no sooner than 3 months |
You might want to look into compose key. The ArchWiki’s Xorg keyboard configuration article has a section on how to set compose key up for Arch Linux. If you use a different distribution there might be some differences, so consult your own distribution’s documentation as well. |
Can you tell me how to do this in AHK+X11 ?
I want to create a en dash
–
But it's not working
The text was updated successfully, but these errors were encountered: