We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046312c commit 2571ff3Copy full SHA for 2571ff3
ableton.talon
@@ -1,4 +1,4 @@
1
-app.name: Ableton Live 11 Suite.exe
+app.name: Ableton Live 12 Suite.exe
2
-
3
4
default: key(delete)
intellij.talon
@@ -244,6 +244,7 @@ pipe async: insert("|async")
244
private: insert("private ")
245
public: insert("public ")
246
protected: insert("protected ")
247
+class: insert("class")
248
249
equals: insert(" = ")
250
sleep(20ms)
0 commit comments