-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotStrings.ahk
48 lines (39 loc) · 931 Bytes
/
hotStrings.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
;SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
FormatTime, var, %A_Now%, dd 'de' MMMM
;escribe el dia y el mes
::fechahoy::
FormatTime, todaysDate, %A_Now%, dd 'de' MMMM
sendInput, %todaysDate%
return
:*:|isodate::
:*:|today::
FormatTime, todaysDate, %A_Now%, yyyyMMdd
sendInput, %todaysDate%
return
:*:--{Left}::→
:*:<--::←
:*:<-->::↔
:*:c//::₡ ;"ALT + 198"
:*:e//::€
:*:|copyr::©
:*:|pi::π
:*:|cr::🇨🇷
:*:|im::🇮🇲
:?*:|par::§
;§
;≈
;¤∵∴∵∓∞※±⁂‡
;escribir versión
;:O?:v1::(v1)
:?*:|v1::_v1_
:?*:|v2::_v2_
:?*:|v3::_v3_
:?*:|v4::_v4_
:?*:|v5::_v5_
:?*:|v6::_v6_
:?*:|v7::_v7_
:?*:|v8::_v8_
:?*:|v9::_v9_