1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:08:37 +01:00

Minor key processing tweaks.

This commit is contained in:
Kris Maglione
2011-02-15 19:51:26 -05:00
parent 5606b96957
commit 928572fa0d
5 changed files with 34 additions and 22 deletions

View File

@@ -380,8 +380,7 @@ var CommandMode = Class("CommandMode", {
keepCommand: false,
onKeyPress: function onKeyPress(event) {
let key = events.toString(event);
onKeyPress: function onKeyPress(events) {
if (this.completions)
this.completions.previewClear();