Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[key bindings] Several "WARN: Collided keybinding is ignored" #2209

Closed
MarkZ3 opened this issue Jun 27, 2018 · 1 comment
Closed

[key bindings] Several "WARN: Collided keybinding is ignored" #2209

MarkZ3 opened this issue Jun 27, 2018 · 1 comment
Labels
diff editor issues related to the diff editor editor issues related to the editor monaco issues related to monaco
Milestone

Comments

@MarkZ3
Copy link
Contributor

MarkZ3 commented Jun 27, 2018

Theia master as of (603fe22), Electron example.

[2018-06-27T13:47:08.892Z] WARN: Theia/28010 on elxajvlvvz1: (logger=root)
Collided keybinding is ignored; [ '{"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"}',
' collided with ',
'{"command":"monaco.editor.action.diffReview.next","keybinding":"f7","context":"editorTextFocus"}' ]

[2018-06-27T13:47:08.894Z] WARN: Theia/28010 on elxajvlvvz1: (logger=root)
Could not register keybinding:
{"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"}
Error: "f7" is in collision with something else [scope:0] []

[2018-06-27T13:47:08.894Z] WARN: Theia/28010 on elxajvlvvz1: (logger=root)
Collided keybinding is ignored; [ '{"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"}',
' collided with ',
'{"command":"monaco.editor.action.diffReview.prev","keybinding":"shift+f7","context":"editorTextFocus"}' ]

[2018-06-27T13:47:08.896Z] WARN: Theia/28010 on elxajvlvvz1: (logger=root)
Could not register keybinding:
{"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"}
Error: "shift+f7" is in collision with something else [scope:0] []

@AlexTugarev AlexTugarev added monaco issues related to monaco editor issues related to the editor diff editor issues related to the diff editor labels Jun 27, 2018
@paul-marechal
Copy link
Member

Duplicate: #1888

@MarkZ3 MarkZ3 closed this as completed Jun 27, 2018
@svenefftinge svenefftinge added this to the June 2018 milestone Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diff editor issues related to the diff editor editor issues related to the editor monaco issues related to monaco
Projects
None yet
Development

No branches or pull requests

4 participants