Skróty klawiszowe z Alt zamiast Ctrl. Usunięcie paska statusu.
[redakcja.git] / apps / toolbar / templates / toolbar / toolbar.html
index dcc64a9..c508929 100644 (file)
@@ -10,7 +10,7 @@
         {% for group in groups %}
         <ol id="{{ group.slug }}" {% if not forloop.first %}style="display:none"{% endif %}>
             {% for button in group.button_set.all %}
-            <li p:tag="{{ button.tag }}" {% if button.key %}p:key="{{ button.key|keycode }}" title="Ctrl+{{ button.key }}"{% endif %}>{{ button.label }}</li>
+            <li p:tag="{{ button.tag }}" {% if button.key %}p:key="{{ button.key|keycode }}" title="Alt+{{ button.key|upper }}"{% endif %}>{{ button.label }}</li>
             {% endfor %}
         </ol>
         {% endfor %}