Add repeat.last operation to default settings
This commit is contained in:
parent
ccbe08cf66
commit
a2ee6897bf
3 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@ const fields = [
|
|||
['zoom.out', 'Zoom-out'],
|
||||
['zoom.neutral', 'Reset zoom level'],
|
||||
['page.source', 'Open a page source'],
|
||||
['repeat.last', 'Repeat last change'],
|
||||
]
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue