mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:52:28 +01:00
Fix muttator's key bindings
This commit is contained in:
@@ -47,6 +47,7 @@ const config = { //{{{
|
||||
|
||||
get isComposeWindow() window.wintype == "msgcompose",
|
||||
get browserModes() [modes.MESSAGE],
|
||||
get mailModes() [modes.NORMAL],
|
||||
// focusContent() focuses this widget
|
||||
get mainWidget() this.isComposeWindow ? document.getElementById("content-frame") : GetThreadTree(),
|
||||
get mainWindowID() this.isComposeWindow ? "msgcomposeWindow" : "messengerWindow",
|
||||
|
||||
Reference in New Issue
Block a user