mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:02:27 +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.
|
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
||||||
|
|
||||||
2008:
|
2008:
|
||||||
|
* Guillaume Lovet
|
||||||
* Mark Hashimoto
|
* Mark Hashimoto
|
||||||
* Anirudh Sanjeev
|
* Anirudh Sanjeev
|
||||||
* Ted Pavlic
|
* Ted Pavlic
|
||||||
|
|||||||
@@ -1047,13 +1047,12 @@ liberator.Events = function () //{{{
|
|||||||
// the commandline has focus
|
// the commandline has focus
|
||||||
onKeyPress: function (event)
|
onKeyPress: function (event)
|
||||||
{
|
{
|
||||||
/*if (event.ignore)
|
|
||||||
return false;*/
|
|
||||||
var key = liberator.events.toString(event);
|
var key = liberator.events.toString(event);
|
||||||
if (!key)
|
if (!key)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// liberator.log(key + " in mode: " + liberator.mode);
|
// 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)
|
if (liberator.modes.isRecording)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user