snippet fix

This commit is contained in:
qq
2023-01-02 22:34:54 +08:00
parent a88a520464
commit be9307f96a
6 changed files with 53 additions and 292 deletions
+5
View File
@@ -0,0 +1,5 @@
hyper = {"cmd", "ctrl", "alt"}
hyperShift = {"alt", "shift"}
hyperCtrl = {"alt", "ctrl"}
hyperAlt = {"ctrl", "alt", "shift"}
hyperCmd = {"alt", "cmd"}