1
0
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:
Martin Stubenschrott
2009-05-29 13:27:09 +02:00
parent 9fa6b8e624
commit 324fe50f36

View File

@@ -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",