Move New Search Experience out of beta (#8859)
This commit is contained in:
parent
e1d6356927
commit
8b841951db
11 changed files with 18 additions and 386 deletions
|
@ -18,7 +18,6 @@ limitations under the License.
|
|||
import { _td } from "../languageHandler";
|
||||
import { IS_MAC, Key } from "../Keyboard";
|
||||
import { IBaseSetting } from "../settings/Settings";
|
||||
import IncompatibleController from "../settings/controllers/IncompatibleController";
|
||||
import { KeyCombo } from "../KeyBindingsManager";
|
||||
|
||||
export enum KeyBindingAction {
|
||||
|
@ -485,13 +484,6 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
|||
},
|
||||
displayName: _td("Expand room list section"),
|
||||
},
|
||||
[KeyBindingAction.ClearRoomFilter]: {
|
||||
default: {
|
||||
key: Key.ESCAPE,
|
||||
},
|
||||
displayName: _td("Clear room list filter field"),
|
||||
controller: new IncompatibleController("feature_spotlight", { key: null }),
|
||||
},
|
||||
[KeyBindingAction.NextRoom]: {
|
||||
default: {
|
||||
key: Key.ARROW_DOWN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue