@Toni-McDonough , Welcome to the Notepad++ forum.
You said:
so I am thinking this means I need to hold my conrtol, alt, and shift key down simultaneiously and them push the 82 numbers and C
Nope. “82” is the ASCII code for the character you hit: R. So Ctrl+Alt+Shift+R is the key combo. That’s also seen if you look in the Run menu’s Launch In Chrome entry. Caveat: by default, v7.6.6 has the old run-menu-style “Launch in XXX” commented out in the XML. If it is commented out for you, it won’t show up in the Run menu, and the keyboard shortcut won’t launch the file in Chrome.
The reason for that entry being commented out by default: Notepad++ v7.6.6 has a different location for a similar command, rather than relying on the entry in the shortcuts.xml and the Run menu, you can go to View > View Current File In… > Chrome. This will stay the same, regardless of config file.
You can assign a keyboard shortcut from inside the Notepad++ interface, whether it’s via the old Run > Launch in Chrome or via the new View > View Current File In… > Chrome.
Settings > Shortcut Mapper
For the
View version,
pick the
Main Menu tab
filter on Chrome
select
Chrome
For the
Run menu version (this will
ONLY work if it’s enabled in your shortcuts.xml and visible in your
Run menu):
pick the
run commands tab
filter on Chrome
select
Launch in Chrome
after selecting one above, click
Modify
set the shortcut to whatever you want (watch for conflicts)
click
OK and/or
Close until you’re out of the dialogs