We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example you right click this key
Then you would paste it like this
Should work with multiple items
would become
Text examples
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_10 /t REG_SZ /d "0 0 0 R selectRectangleTool:" /f REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_15 /t REG_SZ /d "0 0 0 G Edit/Make Component..." /f REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_18 /t REG_SZ /d "0 0 0 Q selectRotateTool:" /f
The text was updated successfully, but these errors were encountered:
NOTE : You can reverse this change with the following command
reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe"
Sorry, something went wrong.
No branches or pull requests
Example you right click this key
Then you would paste it like this
Should work with multiple items
would become
Text examples
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_10 /t REG_SZ /d "0 0 0 R selectRectangleTool:" /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_15 /t REG_SZ /d "0 0 0 G Edit/Make Component..." /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_18 /t REG_SZ /d "0 0 0 Q selectRotateTool:" /f
The text was updated successfully, but these errors were encountered: