+ +
+

Keyboard Shortcuts

+

This page documents the various keyboard shortcuts that can be used in the game.

+
+

Game Navigation

+

These are used to switch between the different menus/tabs in the game. +These shortcuts are almost always available. Exceptions include:

+
    +
  • Working at a company or for a faction
  • +
  • Creating a program
  • +
  • Taking a university class
  • +
  • Training at a gym
  • +
  • Active Mission (aka Hacking Mission)
  • +
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShortcutAction
Alt + tSwitch to Terminal
Alt + cSwitch to 'Stats' page
Alt + eSwitch to Script Editor. Will open up the last-edited file or a new file
Alt + sSwitch to 'Active Scripts' page
Alt + hSwitch to 'Hacknet Nodes' page
Alt + wSwitch to 'City' page
Alt + jGo to the company where you are employed ('Job' page on navigation menu)
Alt + rGo to Travel Agency in current City ('Travel' page on navigation menu)
Alt + pSwitch to 'Create Program' page
Alt + fSwitch to 'Factions' page
Alt + aSwitch to 'Augmentations' page
Alt + uSwitch to 'Tutorial' page
Alt + oSwitch to 'Options' page
+
+
+

Script Editor

+

These shortcuts are available only in the Script Editor

+ ++++ + + + + + + + + + + + + + +
ShortcutAction
Ctrl + bSave script and return to Terminal
Ctrl + spaceFunction autocompletion
+

In the Script Editor you can configure your key binding mode to three preset options:

+
    +
  • Ace
  • +
  • Vim
  • +
  • Emacs
  • +
+
+
+

Terminal Shortcuts

+

These shortcuts are available only in the Terminal

+ ++++ + + + + + + + + + + + + + + + + + + + +
ShortcutAction
Up/Down arrowCycle through previous commands
Ctrl + cCancel a hack/analyze action
Ctrl + lClear screen
TabAutocomplete command
+
+
+

Terminal Bash Shortcuts

+

These shortcuts were implemented to better emulate a bash shell. They must be enabled +in your Terminal's .fconf file. This can be done be entering the Terminal command:

+
nano .fconf
+
+
+

and then setting the ENABLE_BASH_HOTKEYS option to 1.

+

Note that these Bash shortcuts override any other shortcuts defined in the game (unless otherwise noted), +as well as your browser's shortcuts

+

Also note that more Bash-like shortcuts will be implemented in the future

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShortcutAction
Ctrl + cClears current Terminal input (does NOT override default Ctrl + c command)
Ctrl + pSame as Up Arrow
Ctrl + nSame as Down Arrow
Ctrl + aMove cursor to beginning of line (same as 'Home' key)
Ctrl + eMove cursor to end of line (same as 'End' key)
Ctrl + bMove cursor to previous character
Alt + bMove cursor to previous word
Ctrl + fMove cursor to next character
Alt + fMove cursor to next word
Ctrl + h/dDelete previous character ('Backspace')
+
+
+

Misc Shortcuts

+ ++++ + + + + + + + + + + +
ShortcutAction
EscClose a script's log window
+
+
+ + +