Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

lStewieAl

Uploaded by

lStewieAl

Virus scan

Safe to use

About this mod

Plugin to add clipboard paste support, as well as ctrl left/right and backspace/delete to aid typing in console.

Requirements
Permissions and credits
Changelogs
An NVSE plugin adding hotkeys for pasting and enhanced movement/deletion.

Controls:
  • CTRL V - paste current clipboard to input
  • CTRL C - copy current console input to clipboard
  • CTRL X - clear console input without sending
  • CTRL L - clear console output
  • CTRL F - prepend 'Search' to input

  • CTRL Left Arrow - move caret one word left
  • CTRL Right Arrow - move caret one word right
  • CTRL Backspace - delete previous word
  • CTRL Delete - delete next word 

Additional information:
Paste has a limit of 500 characters. By default newline characters are replaced with spaces, although this can be changed to sending each line as a command in the nvse_console_clipboard.ini file.

Known vanilla issues: 
  • Unexpected behavior when sending a command of length > 79
  • Typing too many characters leads to the input going off screen

For more engine improvements see lStewieAl’s Tweaks
Recommend pairing with Basic Console Autocomplete

Thanks to carxt for help debugging, jazzisparis for hook and ctrl detection code, RoyBatty for ASM help and the TTW community for giving me reason to make the mod :)
Thanks ItsMeJesusHChrist, creator of Consistent Pip-Boy Icons for the shiny icon!

Source: GitHub