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

updated Donators

This commit is contained in:
Martin Stubenschrott
2008-03-31 20:59:35 +00:00
parent 01d9ffcc4d
commit 7586b8281e
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
2008:
* Guillaume Lovet
* Mark Hashimoto
* Anirudh Sanjeev
* Ted Pavlic

View File

@@ -1047,13 +1047,12 @@ liberator.Events = function () //{{{
// the commandline has focus
onKeyPress: function (event)
{
/*if (event.ignore)
return false;*/
var key = liberator.events.toString(event);
if (!key)
return true;
// liberator.log(key + " in mode: " + liberator.mode);
dump(key + " in mode: " + liberator.mode + "\n");
// dump(key + " in mode: " + liberator.mode + "\n");
if (liberator.modes.isRecording)
{