mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Log tweaks
This commit is contained in:
@@ -247,10 +247,10 @@ namespace GHelper.Input
|
|||||||
public void KeyPressed(object sender, KeyPressedEventArgs e)
|
public void KeyPressed(object sender, KeyPressedEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Logger.WriteLine(e.Key.ToString() + " " + e.Modifier.ToString());
|
||||||
|
|
||||||
if (e.Modifier == ModifierKeys.None)
|
if (e.Modifier == ModifierKeys.None)
|
||||||
{
|
{
|
||||||
Logger.WriteLine(e.Key.ToString());
|
|
||||||
|
|
||||||
if (AppConfig.NoMKeys())
|
if (AppConfig.NoMKeys())
|
||||||
{
|
{
|
||||||
switch (e.Key)
|
switch (e.Key)
|
||||||
|
|||||||
Reference in New Issue
Block a user