Fix the linux keymap (#9829)
Earlier versions where a simple find-replace of `cmd` => `ctrl`. In this PR, I've gone over every keybinding individually and checked them. Release Notes: - Removed the `ShowContextMenu` action, it's only usage was in the collab panel and it's been rebound to `SecondaryConfirm`
This commit is contained in:
parent
3676ca879b
commit
40f60ebe2d
6 changed files with 147 additions and 133 deletions
|
@ -1802,7 +1802,7 @@ impl CollabPanel {
|
|||
}
|
||||
}
|
||||
|
||||
fn show_inline_context_menu(&mut self, _: &menu::ShowContextMenu, cx: &mut ViewContext<Self>) {
|
||||
fn show_inline_context_menu(&mut self, _: &menu::SecondaryConfirm, cx: &mut ViewContext<Self>) {
|
||||
let Some(bounds) = self
|
||||
.selection
|
||||
.and_then(|ix| self.list_state.bounds_for_item(ix))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue