Skip to content

Instantly share code, notes, and snippets.

View Amoenus's full-sized avatar

Romans Pokrovskis Amoenus

View GitHub Profile
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive ahk_class ConsoleWindowClass
^V::
Send !{space}
Send e
Send p
shutdown -r -t 0
@Amoenus
Amoenus / Example.cs
Last active February 8, 2018 15:26
NiceEnumDescription Example use
using System.Collections.Generic;
using System.Windows;
using Amoenus.NiceEnumDescription;
namespace WpfApplication1
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>