Since the 6.1.5 version, some new hotkeys are available. Here they are:
On Overview page for a serivce:
| Hotkey: | Description: |
| A | Start service |
| S | Stop service |
| R | Restart service |
| E | Reload service |
| K | Reload metrics |
| С | Open your config file |
| O | Open the interface to compare config files |
| M | Open the frontend-backend relationships visualization |
| T | Open the stats page of a service |
| L | Open the logs page of a service |
| V | Open the config version control page |
On the Config view page for a service:
| Hotkey: | Description: |
| E | Edit config |
| R | Toggle the Raw view mode on |
| X | Expand/collapse config items |
| A | Toggle the According mode on |
On Config editing page:
| Hotkey: | Description: |
| Ctrl-S | Save config |
| Ctrl-D | Check config |
| Ctrl-E | Reload |
| Ctrl-R | Restart |
Since 6.1.4 version Roxy-WI supports hotkeys for code editor in Sublime style. Here's the list:
| Hotkey: | Description: |
| Cmd-Left | goLineStartSmart |
| Shift-Tab | indentLess |
| Shift-Ctrl-K | deleteLine |
| Alt-Q | wrapLines |
| Ctrl-Left | goSubwordLeft |
| Ctrl-Right | goSubwordRight |
| Ctrl-Alt-Up | scrollLineUp |
| Ctrl-Alt-Down | scrollLineDown |
| Cmd-L | selectLine |
| Shift-Cmd-L | splitSelectionByLine |
| Esc | singleSelectionTop |
| Cmd-Enter | insertLineAfter |
| Shift-Cmd-Enter | insertLineBefore |
| Cmd-D | selectNextOccurrence |
| Shift-Cmd-Space | selectScope |
| Shift-Cmd-M | selectBetweenBrackets |
| Cmd-M | goToBracket |
| Cmd-Ctrl-Up | swapLineUp |
| Cmd-Ctrl-Down | swapLineDown |
| Cmd-/ | toggleCommentIndented |
| Cmd-J | joinLines |
| Shift-Cmd-D | duplicateLine |
| F5 | sortLines |
| Shift-F5 | reverseSortLines |
| Cmd-F5 | sortLinesInsensitive |
| Shift-Cmd-F5 | reverseSortLinesInsensitive |
| F2 | nextBookmark |
| Shift-F2 | prevBookmark |
| Cmd-F2 | toggleBookmark |
| Shift-Cmd-F2 | clearBookmarks |
| Alt-F2 | selectBookmarks |
| Backspace | smartBackspace |
| Cmd-K Cmd-D | skipAndSelectNextOccurrence |
| Cmd-K Cmd-K | delLineRight |
| Cmd-K Cmd-U | upcaseAtCursor |
| Cmd-K Cmd-L | downcaseAtCursor |
| Cmd-K Cmd-Space | setSublimeMark |
| Cmd-K Cmd-A | selectToSublimeMark |
| Cmd-K Cmd-W | deleteToSublimeMark |
| Cmd-K Cmd-X | swapWithSublimeMark |
| Cmd-K Cmd-Y | sublimeYank |
| Cmd-K Cmd-C | showInCenter |
| Cmd-K Cmd-G | clearBookmarks |
| Cmd-K Cmd-Backspace | delLineLeft |
| Cmd-K Cmd-1 | foldAll |
| Cmd-K Cmd-0 | unfoldAll |
| Cmd-K Cmd-J | unfoldAll |
| Shift-Ctrl-Up | addCursorToPrevLine |
| Shift-Ctrl-Down | addCursorToNextLine |
| Cmd-F3 | findUnder |
| Shift-Cmd-F3 | findUnderPrevious |
| Shift-Cmd-[ | fold |
| Shift-Cmd-] | unfold |
| Cmd-H | replace |