Skip to content

Script that enables you to insert lines above and below globally

Notifications You must be signed in to change notification settings

Vatnar/EnterUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

──────────────────────────────

EnterUtil

Lightweight tool for enabling shortcuts to insert lines above or below the cursor—and automatically placing the caret in the new line—similar to the "new line" methods found in JetBrains IDEs.

──────────────────────────────

Config File: config.ini

Place the config.ini file in the same directory as EnterUtil.exe. Add any applications where you want to disable the custom enter logic (such as web browsers or Discord, which often handle enter differently) to the exclusion list.

Example configuration file:

[Exclusions]
Apps=Discord.exe,chrome.exe,firefox.exe

────────────────────────────── How It Works:

• In applications not listed in the configuration file, pressing SHIFT+ENTER will insert a new line below the current line, while CTRL+ALT+ENTER will insert a new line above the current line and move the caret there.

• In any application specified in the [Exclusions] list, EnterUtil will not override the native behavior.

──────────────────────────────

About

Script that enables you to insert lines above and below globally

Resources

Stars

Watchers

Forks

Packages

No packages published