Open dracp opened 1 year ago
I understand that the popup info box (tip) in the "terminal.nss" file, should include in the text the right mouse click option.
Substituting the current text: $tip_run_admin=["\xE1A7 Press SHIFT key to run " + this.title + " as administrator", tip.warning, 1.0]
By the of: $tip_run_admin=["\xE1A7 Press SHIFT key or RIGHT button to run " + this.title + " as administrator", tip.warning, 1.0]
or similar.
I use it so often, I haven't even noticed
In Shell Canary 1.94, it has not yet been modified.
I understand that the popup info box (tip) in the "terminal.nss" file, should include in the text the right mouse click option.
Substituting the current text: $tip_run_admin=["\xE1A7 Press SHIFT key to run " + this.title + " as administrator", tip.warning, 1.0]
By the of: $tip_run_admin=["\xE1A7 Press SHIFT key or RIGHT button to run " + this.title + " as administrator", tip.warning, 1.0]
or similar.