Added home visit summary, right click menu, and EPS
This commit is contained in:
@@ -54,18 +54,19 @@ Return
|
||||
|
||||
;; Med3, Not fit for work, Free Text, in S1. To do this Assign med3 to F12 menu under letter M
|
||||
^M::
|
||||
med3:
|
||||
Send {F12}
|
||||
Sleep 200
|
||||
SendRaw {m}
|
||||
Sleep 1000
|
||||
Send {Space}
|
||||
Send {Tab 4}
|
||||
Send {Space}
|
||||
Send {Tab}
|
||||
|
||||
return
|
||||
|
||||
;; Copy email notes into record
|
||||
^+E::
|
||||
copyemailnotes:
|
||||
ClipBoard := RegExReplace(ClipBoard, "\R+\R", "`r`n") ; Removes blank lines
|
||||
Send ^w
|
||||
Sleep 600
|
||||
@@ -96,8 +97,3 @@ Send {End}
|
||||
Send {PgDn 2}
|
||||
return
|
||||
|
||||
^G:: ;; Px
|
||||
Send {Space 50}
|
||||
Send +{Home}
|
||||
Send {Del}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user