Skip to content

Instantly share code, notes, and snippets.

View jaydeepkarena's full-sized avatar
🚀
Fullstack Developer

Jaydeep Karena jaydeepkarena

🚀
Fullstack Developer
  • Navsari, Gujarat (India)
  • 05:11 (UTC +05:30)
  • X @JKarena7
View GitHub Profile
@jaydeepkarena
jaydeepkarena / VS-SaveOnEnter.ahk
Last active October 30, 2018 04:46 — forked from MattBroyles/VS-SaveOnEnter.ahk
This is a simple AutoHotKey script that will auto-save Visual Studio on every press of the enter key.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
; Add icon - just place icon file in same forlder
Menu, Tray, Icon, fire.ico
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force