diff --git a/Test/Variable Font Test HTML.py b/Test/Variable Font Test HTML.py index f53731bb..f22f5e55 100644 --- a/Test/Variable Font Test HTML.py +++ b/Test/Variable Font Test HTML.py @@ -1213,7 +1213,7 @@ def buildHTML(fullName, fileName, unicodeEscapes, otVarSliders, variationCSS, fe toggleGridView(); } else if (event.code == 'KeyP') { togglePlayAll(); - } else if (event.code == 'KeyE') { + } else if (event.key == '#') { openSelectionInGlyphs(); } else if (event.code == 'Period') { styleMenu.selectedIndex = (styleMenu.selectedIndex + 1) %% styleMenuLength; @@ -1466,7 +1466,7 @@ def buildHTML(fullName, fileName, unicodeEscapes, otVarSliders, variationCSS, fe
- Ctrl-period/comma step through styles Ctrl-R reset charset Ctrl-U update font Ctrl-L Lat-1 Ctrl-J LTR/RTL Ctrl-C center Ctrl-G grid view Ctrl-P play/pause all Ctrl-E selection in Glyphs 2×click grid glyph in Glyphs Ctrl-M toggle menu Ctrl-X x-ray Ctrl +/− size Ctrl-1/2 linegap Shift high slider precision Not working? Try newer macOS or latest Chrome. Hover mouse above this note to make it disappear. + Ctrl-period/comma step through styles Ctrl-R reset charset Ctrl-U update font Ctrl-L Lat-1 Ctrl-J LTR/RTL Ctrl-C center Ctrl-G grid view Ctrl-P play/pause all Ctrl-# selection in Glyphs 2×click grid glyph in Glyphs Ctrl-M toggle menu Ctrl-X x-ray Ctrl +/− size Ctrl-1/2 linegap Shift high slider precision Not working? Try newer macOS or latest Chrome. Hover mouse above this note to make it disappear.