Skip to content

Holding Ctrl is problematic #180

@meduzen

Description

@meduzen

From #158:

I'm not sure if this is just an issue for me, but pressing CTRL gives an error message, and doesn't enter the "new note" mode properly.

An error occured: TypeError: _keyCodes__WEBPACK_IMPORTED_MODULE_1__.pressedModifiers(...) is null

if ((0,_keyCodes__WEBPACK_IMPORTED_MODULE_1__.isKey)(e, 'control') && (0,_keyCodes__WEBPACK_IMPORTED_MODULE_1__.pressedModifiers)(e).length === 1) {

  • Happened to @pettter under Linux.
  • On macOS, there’s no crash but Ctrl + clic triggers the “right click menu”.

Proposed solution: pick another key for the note toggling. Chosen one: . (full stop).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions