1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:38:11 +01:00

final commit before trying to integrate the search patch

This commit is contained in:
Martin Stubenschrott
2007-05-09 11:56:10 +00:00
parent ed397bd2ef
commit 0d7ff394b9
3 changed files with 12 additions and 6 deletions

View File

@@ -294,7 +294,7 @@ function onVimperatorKeypress(event)/*{{{*/
{
// change the event to a usable string representation
var key = keyToString(event);
// alert(key);
//alert(key);
if (key == null)
return false;