Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022

This commit is contained in:
Aditya Toshniwal
2023-03-24 15:44:43 +05:30
committed by GitHub
parent 207812582d
commit 1d01b5a8a2
5 changed files with 10 additions and 5 deletions
+1
View File
@@ -146,6 +146,7 @@ def _iterate_categories(pref_d, label, res):
oc = {
"id": c['id'],
"mid": pref_d['id'],
"name": c['name'],
"label": gettext(c['label']),
"value": '{0}{1}'.format(c['id'], gettext(c['label'])),
"inode": False,