Fix keybinding errors on Linux (#10982)
These showed up as error messages. One of them has been removed and the other two have changed names. Release Notes: - N/A
This commit is contained in:
parent
6a7761e620
commit
bb213b6e37
1 changed files with 2 additions and 13 deletions
|
@ -297,13 +297,8 @@
|
||||||
"ctrl-shift-k": "editor::DeleteLine",
|
"ctrl-shift-k": "editor::DeleteLine",
|
||||||
"alt-up": "editor::MoveLineUp",
|
"alt-up": "editor::MoveLineUp",
|
||||||
"alt-down": "editor::MoveLineDown",
|
"alt-down": "editor::MoveLineDown",
|
||||||
"ctrl-alt-shift-up": [
|
"ctrl-alt-shift-up": "editor::DuplicateLineUp",
|
||||||
"editor::DuplicateLine",
|
"ctrl-alt-shift-down": "editor::DuplicateLineDown",
|
||||||
{
|
|
||||||
"move_upwards": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ctrl-alt-shift-down": "editor::DuplicateLine",
|
|
||||||
"ctrl-shift-left": "editor::SelectToPreviousWordStart",
|
"ctrl-shift-left": "editor::SelectToPreviousWordStart",
|
||||||
"ctrl-shift-right": "editor::SelectToNextWordEnd",
|
"ctrl-shift-right": "editor::SelectToNextWordEnd",
|
||||||
"ctrl-shift-up": "editor::SelectLargerSyntaxNode", //todo(linux) tmp keybinding
|
"ctrl-shift-up": "editor::SelectLargerSyntaxNode", //todo(linux) tmp keybinding
|
||||||
|
@ -593,12 +588,6 @@
|
||||||
"tab": "channel_modal::ToggleMode"
|
"tab": "channel_modal::ToggleMode"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"context": "ChatPanel > MessageEditor",
|
|
||||||
"bindings": {
|
|
||||||
"escape": "chat_panel::CloseReplyPreview"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"context": "FileFinder",
|
"context": "FileFinder",
|
||||||
"bindings": { "ctrl-shift-p": "file_finder::SelectPrev" }
|
"bindings": { "ctrl-shift-p": "file_finder::SelectPrev" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue