Esempio n. 1
0
 private static void HookOnKeyPressed(object sender, KeyPressedEventArgs args)
 {
     GetHotkeyInfo(args.Modifier, args.Key).Action();
 }
Esempio n. 2
0
 private static void HookOnKeyPressed(object sender, KeyPressedEventArgs args)
 {
     GetHotkeyInfo(args.Modifier, args.Key).Action();
 }