Hold these keys while using tools for special effects:
Keyboard shortcuts are currently disabled. Enable them to use single-key shortcuts like n, c, r, s, and v.
Note: Modifier keys (Shift, Cmd, Ctrl, Alt) work regardless of this setting.
Open your browser's developer console and run:
// Enable shortcuts KiddoPaint.Settings.setKeyboardShortcutsEnabled(true) // Disable shortcuts KiddoPaint.Settings.setKeyboardShortcutsEnabled(false)
Then reload the page for changes to take effect.