summaryrefslogtreecommitdiffstats
path: root/functions.ahk
diff options
context:
space:
mode:
authorbreadcat2015-06-08 01:07:05 +0100
committerbreadcat2015-06-08 01:07:05 +0100
commitbbfa0900799f838ef934f08ad682e3985115a571 (patch)
tree54685c42280c8c7ec0fa4b9e4b2dc7a81e0b1dcb /functions.ahk
parent7d83e751a5072b90a2d47b61bb85909344d966d5 (diff)
downloadahka-bbfa0900799f838ef934f08ad682e3985115a571.tar.gz
ahka-bbfa0900799f838ef934f08ad682e3985115a571.tar.bz2
ahka-bbfa0900799f838ef934f08ad682e3985115a571.zip
Improved hotstrings
Hotstrings now fire mid-word, added Norwegian support and mostly-fixed how é is entered.
Diffstat (limited to 'functions.ahk')
-rw-r--r--functions.ahk10
1 files changed, 0 insertions, 10 deletions
diff --git a/functions.ahk b/functions.ahk
index 9e7ae09..84c4ef1 100644
--- a/functions.ahk
+++ b/functions.ahk
@@ -139,16 +139,6 @@ typeCygwin() {
Return
}
-typeAcuteE() {
- ; {AltDown}130{AltUp} doesn't work for some reason, don't judge me
- ClipSaved := ClipboardAll
- Clipboard = é
- Send ^v
- Clipboard := ClipSaved
- ClipSaved =
- Return
- }
-
cmdPaste() { ;C-v / S-insert pastes into cmd
CoordMode, Mouse, Relative
MouseMove, 100, 100