1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:07:59 +01:00

Fix some key feeding issues.

This commit is contained in:
Kris Maglione
2011-02-02 13:01:52 -05:00
parent bbe245a7bd
commit 475a3244c5
2 changed files with 13 additions and 3 deletions

View File

@@ -372,7 +372,7 @@ var tests = {
normal: {
noOutput: ["<Nop>"],
singleOutput: ["<C-g>"],
multiOutput: ["g<C-g>"] // FIXME: broken feature
multiOutput: ["g<C-g>"]
},
open: {
noOutput: ["about:blank | about:home"],