Remove key binding to open present page

This commit is contained in:
Joscha 2024-01-04 23:50:35 +01:00
parent 6352fcf639
commit ed7bd3ddb4
3 changed files with 3 additions and 16 deletions

View file

@ -81,7 +81,6 @@ default_bindings! {
pub fn nick => ["n"];
pub fn more_messages => ["m"];
pub fn account => ["A"];
pub fn present => ["ctrl+p"];
}
pub mod tree_cursor {
@ -286,9 +285,6 @@ pub struct RoomAction {
/// Manage account.
#[serde(default = "default::room_action::account")]
pub account: KeyBinding,
/// Open room's plugh.de/present page.
#[serde(default = "default::room_action::present")]
pub present: KeyBinding,
}
#[derive(Debug, Default, Deserialize, Document)]