my eye

Change rhythm indicator to use alt modifier

Committed 7f6749

--- a/canopy/static/enliven.js
+++ b/canopy/static/enliven.js

       }
       return
     }
-    if (ev.ctrlKey && ev.key == '.') {               // C^. toggle rhythm indicator
+    if (ev.altKey && ev.key == '.') {                // A-. toggle rhythm indicator
       if (cookies.get('rhythm') == 'on') {
         document.querySelector('body').style.backgroundImage = 'none'
         cookies.set('rhythm', 'off')