Skip to content

Instantly share code, notes, and snippets.

@nomeata
Created February 24, 2016 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomeata/b3bc5fb0745a53910b43 to your computer and use it in GitHub Desktop.
Save nomeata/b3bc5fb0745a53910b43 to your computer and use it in GitHub Desktop.
keycode 66 = Super_L
!keycode 78 = Multi_key
keycode 107 = Multi_key
!keycode 113 = Mode_switch
!remove Lock = Super_L
clear Lock
add Mod4 = Super_L
! Französisch per shift-alt
!keycode 52 = y Y doublelowquotemark guillemotright doublelowquotemark guillemotright
!keycode 53 = x X leftdoublequotemark guillemotleft leftdoublequotemark guillemotleft
! Einfache per shift-alt
keycode 52 = y Y doublelowquotemark singlelowquotemark doublelowquotemark singlelowquotemark
keycode 53 = x X leftdoublequotemark leftsinglequotemark leftdoublequotemark leftsinglequotemark
! richtiges apostrohph, geteilt-slash
keycode 51 = numbersign apostrophe rightsinglequotemark U2215 rightsinglequotemark U2215
! gedankenstrich und minus
keycode 61 = minus underscore endash U2212 endash U2212
! middle dot (real one, #777643), division
keycode 60 = period colon period colon U22C5 division U22C5
! punktpunktpunkt, cross product
keycode 59 = comma semicolon U2026 multiply U2026 multiply
! macron (voher auf #)
keycode 21 = acute grave cedilla macron cedilla macron
! infinity (vorher trademark)
keycode 17 = 8 parenleft bracketleft U221E bracketleft U221E
! trademark (vorher tslash)
keycode 28 = t T trademark Tslash trademark Tslash
! not equal (vorher degree)
keycode 19 = 0 equal braceright notequal braceright notequal
! doubleleftarrow (vorher yen)
keycode 29 = z Z leftarrow U21D0 leftarrow U21D0
! doublerightarrow (vorher idotless)
keycode 31 = i I rightarrow U21D2 rightarrow U21D2
! exists
!keycode 26 = e E EuroSign EuroSign EuroSign EuroSign
keycode 26 = e E EuroSign U2203 EuroSign U2203
! alpha / forall
!keycode 38 = a A ae AE ae AE
keycode 38 = a A U03B1 U2200 U03B1 U2200
! beta / Summe
!keycode 39 = s S ssharp section ssharp section
keycode 39 = s S U03B2 U2211 U03B2 U2211
! gamma / Gamma
!keycode 40 = d D eth ETH eth ETH
keycode 40 = d D U03B3 U0393 U03B3 U0393
! delta / Delta
!keycode 41 = f F dstroke ordfeminine dstroke ordfeminine
keycode 41 = f F U03B4 U0394 U03B4 U0394
! epsilon / Element
!keycode 42 = g G eng ENG eng ENG
keycode 42 = g G U03B5 U2208 U03B5 U2208
! lambda
!keycode 46 = l L lstroke Lstroke lstroke Lstroke
keycode 46 = l L U03BB U039B U03BB U039B
! pi / Produkt
!keycode 33 = p P thorn THORN thorn THORN
keycode 33 = p P U03C0 U220F U03C0 U220F
! and/or
!keycode 49 = asciicircum degree notsign notsign notsign notsign
keycode 49 = asciicircum degree U2227 U2228 U2227 U2228
! checkmark
!keycode 16 = 7 slash braceleft seveneighths braceleft seveneighths
keycode 16 = 7 slash braceleft U2713 braceleft U2713
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment