my recommendations:
1) use the space >1000pxl on 16×9 screens for clickable shortcuts →widescreen.tk
2) define 1, 2 or more key shortcuts with the open source tool collection “ac´tiv aid” based on the AutoHotkey transforming script
(or in simple notepad files “after downloading and activating” AutoHotkey.exe)
The following 6RAPHIC shows the none software solutions

the image content as text ↓ *
Shortcut Option: You can assign** one of the12 function keys F1 -F12 to shortcuts
SOFTWARE → The easiest ahk syntaxes → /x
→[Ins] key ins::run www.1mm.de
→[WIN] + x #x::run ww…. or [ctrl] + x ^x::run [alt] + x !x::run
→ x + y :*:xy::
run www.
return
2 ore more url´s
1st line → #x:: or ^x:: or !x:: or :*:xy:: or ::xy:: for x + y [enter]
2nd line → run www. or run http://
3rd + line → runwait www. or runwait http://
last line → return
*More than one action via Batch files
create in the editor lines like
explorer http://SCR1PT.tk
“C:/Program files/Mozilla Firefox/firefox.exe” http://1mm.de
and save them clickable as i.e. “2.bat” in the above mentioned toolbars
**create a shortcut to the .bat file → rightclick on the shortcut →properties
asign a F1 – F12 key in the “shortcut key” field.