Updated comment to match code

updateLiveKeymap only called when key is pressed
pull/247/head
Michael Richters 7 years ago
parent f6d627602e
commit 3dfb8caa11

@ -22,7 +22,7 @@ class Layer_ {
*
* At the same time, we want other keys to not be affected by the
* now-turned-off layer. So we update the keycode in the cache on-demand, when
* the key is pressed or released. (see the top of `handleKeyswitchEvent`).
* the key is pressed. (see the top of `handleKeyswitchEvent`).
*
* On the other hand, we also have plugins that scan the whole keymap, and do
* things based on that information, such as highlighting keys that changed

Loading…
Cancel
Save