mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:14:12 +01:00
Fix scrolling commands.
This commit is contained in:
@@ -231,7 +231,7 @@ var KeyProcessor = Class("KeyProcessor", {
|
|||||||
|
|
||||||
countStr: "",
|
countStr: "",
|
||||||
command: "",
|
command: "",
|
||||||
get count() this.countStr ? Number(this.countStr) : this.main.params.count,
|
get count() this.countStr ? Number(this.countStr) : this.main.params.count || null,
|
||||||
|
|
||||||
append: function append(event) {
|
append: function append(event) {
|
||||||
this.events.push(event);
|
this.events.push(event);
|
||||||
|
|||||||
Reference in New Issue
Block a user