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