Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.3
Fix crash when pasting large text, or filling autocomplete args for debug xNVSE builds
Version 2.2
Fix crash related to filling autocomplete args for various commands
Version 2.0
Add CTRL-F for prepending 'Search' to the input
Add support for 'Basic Console Autocomplete'
Fix CTRL-C not always copying input string
Version 1.0
Improve method for obtaining input string, now works if iConsoleVisibleLines is changed.
Added hook to limit input string to 255 characters.
TAB character is ignored while Alt-Tabbing in console.
Version 0.995
Fixed plugin being active in menus without console open
Added clear output shortcut (CTRL-L)
Version 0.99
Add support for capital letter hotkeys
Fixed plugin being active in editor mode
Fix potential bugs caused by improper stack management
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