This commit is contained in:
leggettc13 2017-06-07 18:10:17 +00:00 committed by GitHub
commit 0160b951c3
3 changed files with 133 additions and 0 deletions

View file

@ -18,6 +18,17 @@
"repeat-on": { "prefix": "R" },
"repeat-off": { "prefix": "[r]" }
},
"moc": {
"playing": { "prefix": ">" },
"paused": { "prefix": "||" },
"stopped": { "prefix": "[]" },
"prev": { "prefix": "|<" },
"next": { "prefix": ">|" },
"shuffle-on": { "prefix": "S" },
"shuffle-off": { "prefix": "[s]" },
"repeat-on": { "prefix": "R" },
"repeat-off": { "prefix": "[r]" }
},
"pasink": {
"muted": { "prefix": "audio(mute)" },
"unmuted": { "prefix": "audio" }

View file

@ -24,6 +24,17 @@
"repeat-on": { "prefix": "" },
"repeat-off": { "prefix": "" }
},
"moc": {
"playing": { "prefix": "" },
"paused": { "prefix": "" },
"stopped": { "prefix": "" },
"prev": { "prefix": "" },
"next": { "prefix": "" },
"shuffle-on": { "prefix": "" },
"shuffle-off": { "prefix": "" },
"repeat-on": { "prefix": "" },
"repeat-off": { "prefix": "" }
},
"gpmdp": {
"playing": { "prefix": "" },
"paused": { "prefix": "" },