Skip to content

Instantly share code, notes, and snippets.

View Ricktza's full-sized avatar
🎯
Focusing

Ricktza Ricktza

🎯
Focusing
View GitHub Profile
@Ricktza
Ricktza / aaa
Created August 12, 2022 21:28
a
Healthy
@Ricktza
Ricktza / keyboardlistener.cs
Created August 29, 2016 13:36 — 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
{