aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/components/keymap.vue
diff options
context:
space:
mode:
Diffstat (limited to 'application/components/keymap.vue')
-rw-r--r--application/components/keymap.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/components/keymap.vue b/application/components/keymap.vue
index a370a79..5d5c878 100644
--- a/application/components/keymap.vue
+++ b/application/components/keymap.vue
@@ -81,7 +81,7 @@ export default {
case 'mod':
return filter(this.keycodes, 'isModifier')
case 'command':
- get(this.sources, ['behaviours', behaviour, 'commands'], [])
+ return get(this.sources, ['behaviours', behaviour, 'commands'], [])
case 'kc':
default:
return this.keycodes