HoeKey 自定义热键启动应用程序 HoeKey Quick and dirty: HoeKey lets you assign most keys on your keyboard to many different actions. You set this up in a config file. To get started, run HoeKey, push Win-Q, click Edit Config. This file is formatted like: Key=Fun
本文实例讲述了C#编程实现自定义热键的方法。分享给大家供大家参考。具体实现方法如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.I