Skip to content

Commit

Permalink
voctocore config add icons for gui
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieschi committed Apr 23, 2024
1 parent bcfd4eb commit 8a11e1c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,17 @@ buttons = fs,sbs,lec
fs.name = FULL SCREEN
fs.key = ${keyboard_shortcuts['scene_fs'][0]}
fs.tip = Show channel A on full screen
fs.icon = speaker.svg

sbs.name = SIDE BY SIDE
sbs.key = ${keyboard_shortcuts['scene_sbs'][0]}
sbs.tip = Put channel A beside channel B
sbs.icon = side-by-side.svg

lec.name = LECTURE
lec.key = ${keyboard_shortcuts['scene_lec'][0]}
lec.tip = Put cropped channel B beside large channel A
lec.icon = side-by-side-preview.svg

[toolbar.mods]
buttons = mirror,ratio
Expand Down

0 comments on commit 8a11e1c

Please sign in to comment.