mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-16 21:25:46 +00:00
Add "Copied to clipboard" tooltip
This commit is contained in:
parent
6e2980b841
commit
ab9b14279c
@ -201,8 +201,14 @@ MouseEvent(id, code, state, x, y, info){
|
||||
|
||||
CopyClipboard(str){
|
||||
Clipboard := str
|
||||
Tooltip Copied to Clipboard
|
||||
SetTimer, ClearTooltip, 1000
|
||||
}
|
||||
|
||||
ClearTooltip:
|
||||
ToolTip
|
||||
return
|
||||
|
||||
^Esc::
|
||||
GuiClose:
|
||||
ExitApp
|
||||
|
Loading…
Reference in New Issue
Block a user