mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
20 lines
765 B
HTML
20 lines
765 B
HTML
<script src="chrome://browser/content/zen-components/ZenKeyboardShortcuts.mjs"/>
|
|
<html:template id="template-paneZenCKS">
|
|
<hbox id="ZenCKSCategory"
|
|
class="subcategory"
|
|
hidden="true"
|
|
data-category="paneZenCKS">
|
|
<html:h1 data-l10n-id="pane-zen-CKS-title"/>
|
|
</hbox>
|
|
|
|
<groupbox id="zenCKSGroup" data-category="paneZenCKS" hidden="true" class="highlighting-group">
|
|
<label><html:h2 data-l10n-id="zen-settings-CKS-header"/></label>
|
|
<description class="description-deemphasized" data-l10n-id="zen-settings-CKS-description" />
|
|
<hbox>
|
|
<button id="zenCKSResetButton" data-l10n-id="zen-settings-CKS-reset-shortcuts" class="reset-button"/>
|
|
</hbox>
|
|
<vbox id="zenCKSOption-wrapper"></vbox>
|
|
</groupbox>
|
|
|
|
</html:template>
|