JezK
Edit File: next_glyph_layer.inx
<?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>View Next Glyph</name> <id>org.inkscape.typography.next_layer</id> <effect> <object-type>all</object-type> <effects-menu> <submenu name="Typography"/> </effects-menu> </effect> <script> <command location="inx" interpreter="python">next_glyph_layer.py</command> </script> </inkscape-extension>