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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user