diff --git a/apps/hid-keyboard.js b/apps/hid-keyboard.js index 41fdfa8ac..1e734edc5 100644 --- a/apps/hid-keyboard.js +++ b/apps/hid-keyboard.js @@ -51,7 +51,7 @@ function drawApp() { if (next) { if (settings.HIDGestures) { - Bangle.on('aiGestures', (v) => { + Bangle.on('aiGesture', (v) => { switch (v) { case 'swipeleft': E.showMessage('next'); @@ -101,4 +101,3 @@ if (next) { drawApp(); } -