shorcut to copy comments

main
Matthew Huntington 3 months ago
parent 19d7a922c0
commit e9a7483f5a

@ -25,6 +25,8 @@
if(event.ctrlKey === true){ if(event.ctrlKey === true){
if(event.key === 'l') { if(event.key === 'l') {
description.value = categorySessions.value[0].description description.value = categorySessions.value[0].description
} else if (event.key === 'm') {
comments.value = categorySessions.value[0].comments
} }
} }
}) })

Loading…
Cancel
Save