Skip to content

How can you emit the '<' symbol using macro()? #1222

Answered by gerhard-h
stevej-algoteer asked this question in Q&A
Discussion options

You must be logged in to vote

Updated my reply to correct the usage of ( and )
(macro S-, d i v S-.) will be <div> on us layout but ;div: on a german layout.

the key right of the left shift key that does not exist on US ANSI keyboards is named 102d

(macro 102d d i v S-102d) would be <div> on a german layout

consider reading about deflocalkeys if not using us layout

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stevej-algoteer
Comment options

@gerhard-h
Comment options

Answer selected by stevej-algoteer
@stevej-algoteer
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