Skip to content

Commit e2064a3

Browse files
committed
Issue #39
1 parent 7b4b855 commit e2064a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SmartSystemMenu/HotKeys/HotKeyHook.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ private int HookProc(int code, IntPtr wParam, ref KeyboardLLHookStruct lParam)
8888
var menuItemId = MenuItemId.GetId(item.Name);
8989
var eventArgs = new HotKeyEventArgs(menuItemId);
9090
handler.BeginInvoke(this, eventArgs, null, null);
91-
return 1;
9291
}
9392
}
9493
}
@@ -117,7 +116,6 @@ private int HookProc(int code, IntPtr wParam, ref KeyboardLLHookStruct lParam)
117116
{
118117
var eventArgs = new HotKeyEventArgs(item.Id);
119118
handler.BeginInvoke(this, eventArgs, null, null);
120-
return 1;
121119
}
122120
}
123121
}

0 commit comments

Comments
 (0)