Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.JPMNOptions = {
- // Insert any runtime options here! They should be of the form:
- //
- // "key": value,
- //
- // Some common examples are shown below.
- // Enables colored pitch accent
- "autoPitchAccent.coloredPitchAccent.enabled": true,
- // Enables image blur
- "imgStylizer.mainImage.blur.enabled": true,
- // Hides the first line of most definitions, as well as the number in the list
- "blockquotes.simplifyDefinitions.enabled": true,
- // ==========================================================================
- // = keybinds =
- // ==========================================================================
- // RESERVED KEYS (by anki):
- // - e (edit)
- // - r (replay)
- // - t (stats)
- // - y (sync)
- // - i (card info)
- // - o (options)
- // - a (add)
- // - s (idk exactly what this does tbh)
- // - d (deck)
- // - f (filtered deck options)
- // - v (play recorded voice)
- // - b (browse)
- // - m (menu)
- // - 1, 2, 3, 4 (again, hard, good, easy)
- // - 5 (pause audio)
- // - 6 (audio -5s)
- // - 7 (audio +5s)
- // - space (good)
- // - enter (good)
- //
- // RESERVED KEYS (by AJT Flexible grading):
- // - u (undo)
- // - h, j, k, l: hard / again / good / easy
- //
- // FREE KEYS:
- // - (left) q w g z x c
- // - (right) p n 8 9 0 , . ; ' [ ]
- //
- // If you want to customize the keybinds, you must find the exact key code
- // that corresponds to your key. To do so, set "debug-level" to 0, press the
- // desired key(s), and look at the bottom of the debug log (under the info
- // circle) within the note. You may need to scroll down.
- "keybinds.enabled": true,
- // Keybind to toggle between showing the sentence and word on click and hover cards.
- // Equivalent to either clicking on the sentence/word on a click card,
- // or hovering over the word on a hover card.
- "keybinds.toggleHybridSentence": ["KeyN"],
- // Keybind to toggle between showing the tested word in a raw sentence card.
- // Equivalent to clicking on the "show" button.
- // This is the same as the above because both should never happen at the same time.
- "keybinds.toggleHighlightWord": ["KeyN"],
- // Keybind to toggle a vocab card's full sentence display (front side).
- // Techinically can be Shift / n as it doesn't interfere with the other two above.
- "keybinds.toggleFrontFullSentenceDisplay": ["Quote"],
- "keybinds.playSentenceAudio": ["KeyP"],
- "keybinds.playWordAudio": ["KeyR"],
- // Equivalent to toggling the hint show/hide
- "keybinds.toggleHintDisplay": ["Period"],
- "keybinds.toggleSecondaryDefinitionsDisplay": ["KeyQ"],
- "keybinds.toggleAdditionalNotesDisplay": ["BracketRight"],
- "keybinds.toggleExtraDefinitionsDisplay": ["KeyW"],
- "keybinds.toggleExtraInfoDisplay": ["BracketLeft"],
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement