Skip to content

How do I get a "ß" #105

Answered by evan-liu
mseibert asked this question in Q&A
Oct 5, 2023 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

If you want to create it when you press 'd' and 's' together, you can try

mapSimultaneous(['d', 's']).to('s', '⌥'), // If your keyboard input has 'ß', change '⌥s' to what's on your keyboard
mapSimultaneous(['d', 's']).toPaste('ß'), // Otherwise you can paste it via clipboard

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@evan-liu
Comment options

Answer selected by mseibert
@mseibert
Comment options

@evan-liu
Comment options

@mseibert
Comment options

Comment options

You must be logged in to vote
2 replies
@evan-liu
Comment options

@mseibert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants