feat(users/Profpatsch/lyric/ext): add lyric shifting
Change-Id: I1b52e2a295ae81d5d9bf488b1e584dda4d5aac9b Reviewed-on: https://cl.tvl.fyi/c/depot/+/12550 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
fa18fea20e
commit
48d021de15
2 changed files with 137 additions and 7 deletions
|
|
@ -19,6 +19,16 @@
|
|||
"command": "extension.jumpToLrcPosition",
|
||||
"title": "Jump to .lrc Position",
|
||||
"category": "LRC"
|
||||
},
|
||||
{
|
||||
"command": "extension.shiftLyricsDown",
|
||||
"title": "Shift Lyrics Down from Current Line",
|
||||
"category": "LRC"
|
||||
},
|
||||
{
|
||||
"command": "extension.shiftLyricsUp",
|
||||
"title": "Shift Lyrics Up from Current Line",
|
||||
"category": "LRC"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue