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:
1
Donators
1
Donators
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
// liberator.log(key + " in mode: " + liberator.mode);
|
||||
// dump(key + " in mode: " + liberator.mode + "\n");
|
||||
|
||||
if (liberator.modes.isRecording)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user