Advertisement
Lucidbrot

hotkeys.ahk

Oct 7th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ; save as hotkeys.ahk in Autostart folder
  2. ; www.autohotkey.com needed
  3. ; Syntax:
  4. ; The semicolons mark a comment
  5. ; anything between :: and :: is what you type
  6. ; anything after that is what it will be replaced with once you finish that word (press space)
  7.  
  8.  
  9.  
  10.  
  11. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  12. ; #Warn ; Enable warnings to assist with detecting common errors.
  13. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  14. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  15.  
  16. ::hotx::×
  17. ::hotmal::×
  18. ::hotmultiplication::×
  19. ::hotnotexists::∄
  20. ::hotnotelem::∉
  21. ::hotnotelement::∉
  22. ::hotimplies::→
  23. ::hotimplies2::⇒
  24. ::hotequivalence::↔
  25. ::hotequivalence2::⇔
  26. ::hotequivalence3::≡
  27. ::hotnot::¬
  28. ::hotand::∧
  29. ::hotor::∨
  30. ::hotor2::ǀǀ
  31. ::hottautology::T
  32. ::hotcontradiction::⊥
  33. ::hotforall::∀
  34. ::hotintegral::∫
  35. ::hotintegraltop::⌠
  36. ::hotintegralbot::⌡
  37. ::hotinfinity::∞
  38. ::hotmy::µ
  39. ::hotsum::Σ
  40. ::hotpi::π
  41. ::hotsquared::²
  42. ::hotcubed::³
  43. ::hotsqrt::√
  44. ::hothochn::ⁿ
  45. ::hotidentical::≡
  46. ::hotapproxequal::≈
  47. ::hotmoreorequal::≥
  48. ::hotplusminus::±
  49. ::hotsmiley::☺
  50. ::hotsmiley2::☻
  51. ::hotright::→
  52. ::hotleft::←
  53. ::hotup::↑
  54. ::hotdown::↓
  55. ::hotalpha::α
  56. ::hotbeta::β
  57. ::hotgamma::γ
  58. ::hotdelta::δ
  59. ::hotepsilon::ε
  60. ::hotzeta::ζ
  61. ::hoteta::η
  62. ::hottheta::θ
  63. ::hotiota::ι
  64. ::hotkappa::κ
  65. ::hotlambda::λ
  66. ::hotmu::μ
  67. ::hotnu::ν
  68. ::hotxi::ξ
  69. ::hotomicron::ο
  70. ::hotrho::ρ
  71. ::hotsigma::σ
  72. ::hottau::τ
  73. ::hotupsilon::υ
  74. ::hotphi::φ
  75. ::hotchi::χ
  76. ::hotpsi::ψ
  77. ::hotomega::ω
  78. ::hotsenkrecht::⊥
  79. ::hotangle::∠
  80. ::hotrighttriangle::⊿
  81. ::hotqed::∎
  82. ::qed::□
  83. ::hotvoid::Ø
  84. ::hotneq::≠
  85. ::hotne::≠
  86. ;dasselbe:
  87. ::reverseelement::∋
  88. ::reverseelem::∋
  89.  
  90. ::hotelem::∈
  91. ::sp::⟨x,y⟩
  92. ::spauf::⟨
  93. ::spzu::⟩
  94.  
  95. ;dasselbe:
  96. ::-/>::↛
  97. ::hotnotright::↛
  98.  
  99. ;dasselbe:
  100. ::</-::↚
  101. ::hotnotleft::↚
  102.  
  103. ::hotteilmenge::⊂
  104. ::hotreverseteilmenge::⊃
  105. ::hot=teilmenge::⊆
  106. ::hot=reverseteilmenge::⊇
  107. ::hotxmultiply::×
  108. ::hotmultiplydot::⋅
  109. ::hotvereinigt::∪
  110. ::hotgeschnitten::∩
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement