Heiko

Results 828 comments of Heiko

How is it invoked? Only by shortcut or does it support `mouse + key` combinations like `shift + left mouse button` to?

The question here is: Can I create a registry key or value with a name that contains `/`? Then we need a logic to deside if its part of the...

That I understand correctly: - The key path doesn't allow `/` and `\` in it's name. - The value name can contain `/`, but not `\`. So we would have...

> @htcfreek A little correction. > * The key path allows `/` in it's name. > * The value can contain both `/` and `\` > > Does that change...

> For the key path problem, we could use `"` to denote a key name. If we are not using those, that becomes part of the path. How does that...

> @htcfreek You know what! You are lucky for me. I was searching for the regex expression for a very long time. And the moment you pinged me, I got...

@GhostVaibhav I think the automatic change is okay as long as this doesn't kill the key nane containing a `/`. (And btw this happens as the result uses `\` and...

@GhostVaibhav Regarding the query text update: https://github.com/microsoft/PowerToys/blob/main/src%2Fmodules%2Flauncher%2FPlugins%2FMicrosoft.PowerToys.Run.Plugin.Registry%2FHelper%2FResultHelper.cs#L49

Btw: The keys in the drop-down not sorted correctly.