Creating a button to open current Opera beta in Opera 12 with adjusted dpi
-
genegold last edited by
I've created a button in Opera 12.17 to open the same page in the current Opera beta. The only thing I haven't achieved is to get the "--alt-high-dpi-setting=nn" recognized. Here's the line I added in the standard_toolbar (1).ini file.
Button3a, "InOP"="Execute program, "C:\Program Files (x86)\Opera beta\launcher.exe --alt-high-dpi-setting=96", "%u", "InOP", "InOP""
Can a button take the alt dpi setting? Another way? Thanks,
-
sgunhouse Moderator Volunteer last edited by
The parameters should all be after the comma, as in
Button12, "InOP"=Execute program, "C:\Program Files (x86)\Opera beta\launcher.exe", "--alt-high-dpi-setting=96 %u", "InOP", "InOP"
You might have been able to get away with it if you quoted the path to the program, but putting quotes inside a quoted parameter is tricky.
Oh, is "InOP" an icon in your skin? If not, then the last two parameters are redundant, so try
Button12, "InOP"=Execute program, "C:\Program Files (x86)\Opera beta\launcher.exe", "--alt-high-dpi-setting=96 %u"