diff options
author | Profpatsch <mail@profpatsch.de> | 2024-09-29T13·56+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2024-10-05T13·49+0000 |
commit | 48d021de1559db2a41bcc3a971afb448796e9371 (patch) | |
tree | d1efeafbb9dc854c6380b4bcfe0c18ac91238d51 /users/Profpatsch/lyric/extension/package.json | |
parent | fa18fea20e0c67bdebed0e98e333ffee7532ed26 (diff) |
feat(users/Profpatsch/lyric/ext): add lyric shifting r/8762
Change-Id: I1b52e2a295ae81d5d9bf488b1e584dda4d5aac9b Reviewed-on: https://cl.tvl.fyi/c/depot/+/12550 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
Diffstat (limited to 'users/Profpatsch/lyric/extension/package.json')
-rw-r--r-- | users/Profpatsch/lyric/extension/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/Profpatsch/lyric/extension/package.json b/users/Profpatsch/lyric/extension/package.json index 722da81b4719..389df271cf5a 100644 --- a/users/Profpatsch/lyric/extension/package.json +++ b/users/Profpatsch/lyric/extension/package.json @@ -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": [ |