Skip to content

Instantly share code, notes, and snippets.

View usm4nq's full-sized avatar
🏠
Working from home

Muhammad Noman usm4nq

🏠
Working from home
View GitHub Profile
@usm4nq
usm4nq / keyboardlistener.cs
Created September 17, 2017 12:35 — forked from Ciantic/keyboardlistener.cs
C# Keyboard listener
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Windows.Input;
using System.Windows.Threading;
using System.Collections.Generic;
namespace Ownskit.Utils
{