-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fucking Slack has dogshit slow garbage performance
- Loading branch information
1 parent
d66658c
commit 60a6cb0
Showing
2 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
; Reference: https://autohotkey.com/docs/Hotstrings.htm#Options | ||
; Flag explanations: | ||
; - 0 (letter o) deletes the ending character (the one which activates the hotstring) | ||
; - B0 (letter b and zero): Disable automatic backspacing | ||
; - Kn: Delay between each keypress | ||
/* | ||
Reference: https://autohotkey.com/docs/Hotstrings.htm#Options | ||
Flag explanations: | ||
- 0 (letter o) deletes the ending character (the one which activates the hotstring) | ||
- B0 (letter b and zero): Disable automatic backspacing | ||
- Kn: Delay between each keypress | ||
Why am I using SendEvent at times? Search for Slack. | ||
*/ | ||
|
||
; ----- @self -------------------------- | ||
:O:c@tbp::[email protected] | ||
|
@@ -58,9 +62,13 @@ | |
|
||
|
||
; ---- Misc ---------------------------- | ||
::.giggle::__(giggle)__ | ||
::.giggle::{ | ||
SendEvent("__(giggle)__") | ||
} | ||
|
||
::.logo::`¯\_(ツ)_/¯` | ||
::.logo::{ | ||
SendEvent("``¯\_(ツ)_/¯``") | ||
} | ||
|
||
::.youtried::https://discourse.tbp.land/uploads/default/original/1X/ffe6c3aeef608606b00fa5587acce5bbf6d15d05.png | ||
|
||
|