1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:27:58 +01:00

move the global isFormElemFocused() to Events

This commit is contained in:
Doug Kearns
2007-08-05 06:29:14 +00:00
parent f71a3c1722
commit 022e455d48
3 changed files with 27 additions and 34 deletions

View File

@@ -536,7 +536,7 @@ function CommandLine() //{{{
this.onMultilineInputEvent = function(event)
{
// for now we just receive keypress events
var key = event.toString();
if (key == "<Return>" || key == "<C-j>" || key == "<C-m>")
{