Ignore shift during link follow
Committed b8ee16
--- a/canopy/static/enliven.js
+++ b/canopy/static/enliven.js
}
if (['Shift', 'Alt', 'Control', 'Tab'].indexOf(ev.key) != -1)
return
- followQueue += ev.key
+ followQueue += ev.key.toLowerCase()
if (followList.hasOwnProperty(followQueue)) {
go(followList[followQueue])
hideFollowLinks()