Skip to content

Commit

Permalink
Add code comment clarifying where parallel change to shortcut documen…
Browse files Browse the repository at this point in the history
…tation should be
  • Loading branch information
kommunarr committed Dec 17, 2024
1 parent 241dfc0 commit 00eff2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ const SyncEvents = {
},
}

// note: the multi-key shortcut values are currently just for display use in action titles
/*
DEV NOTE: Duplicate any and all changes made here to our [official documentation site here](https://github.com/FreeTubeApp/FreeTube-Docs/blob/master/usage/keyboard-shortcuts.md)
to have them reflect on the [keyboard shortcut reference webpage](https://docs.freetubeapp.io/usage/keyboard-shortcuts)
*/
const KeyboardShortcuts = {
APP: {
GENERAL: {
Expand Down

0 comments on commit 00eff2a

Please sign in to comment.