Skip to content

Commit

Permalink
Add hostrings for todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegem committed Dec 5, 2018
1 parent 16518a5 commit e584958
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions application/chrome.ahk
Expand Up @@ -148,7 +148,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 1, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo @jiyong due:%nDate%></todo>
text = - <todo @jiyong due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand All @@ -157,7 +157,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 7, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo @jiyong due:%nDate%></todo>
text = - <todo @jiyong due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand All @@ -166,7 +166,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 30, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo @jiyong due:%nDate%></todo>
text = - <todo @jiyong due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand All @@ -176,7 +176,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 1, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo due:%nDate%></todo>
text = - <todo due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand All @@ -185,7 +185,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 7, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo due:%nDate%></todo>
text = - <todo due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand All @@ -194,7 +194,7 @@ F7::MsgBox, 'F7'
Date := A_Now
Date += 30, Days
FormatTime, nDate, %Date%, yyyy-MM-dd
text = <todo due:%nDate%></todo>
text = - <todo due:%nDate%></todo>
Set_Absolutely_English(text)
Send {Left 7}
return
Expand Down
6 changes: 3 additions & 3 deletions hotstring/english_dictionary.ahk
Expand Up @@ -276290,9 +276290,9 @@
:*:Toluol::
HS_KE(6)
return
:*:tom::
HS_KE(2)
return
; :*:tom::
; HS_KE(2)
; return
:*:Tom::
HS_KE(2)
return
Expand Down
6 changes: 3 additions & 3 deletions hotstring/english_hotstring.ahk
Expand Up @@ -366,9 +366,9 @@
:*:jykwon:: ;
HS_KE("jykwon", 5)
return
:?*:mm:: ;
HS_KE("mm", 2)
return
; :?*:mm:: ;
; HS_KE("mm", 2)
; return
:*:tobe:: ;
HS_KE("TO-BE", 3)
return
Expand Down

0 comments on commit e584958

Please sign in to comment.