mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 14:02:24 +02:00
[Registry Preview] Adds "open Registry Editor at this Key" to the Command Bar (#25554)
* Adds JumpToKey Adds a new command button that allows the Registry Editor to open to whatever key is selected in the TreeView Also adds some separators in the commandbar for logical grouping of opperations. Also had to pick up the ERRORIMAGE constant from another CR so I don't forget to use it! * Correcting typos in comments
This commit is contained in:
@@ -168,6 +168,9 @@
|
||||
<data name="RegistryButton.Label" xml:space="preserve">
|
||||
<value>Open Registry Editor...</value>
|
||||
</data>
|
||||
<data name="RegistryJumpToKeyButton.Label" xml:space="preserve">
|
||||
<value>Open Key...</value>
|
||||
</data>
|
||||
<data name="SaveAsButton.Label" xml:space="preserve">
|
||||
<value>Save file as...</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user