mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 06:20:24 +00:00
Another shortcut adjustment
This commit is contained in:
parent
a2f01c7748
commit
3312f5ab00
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -561,7 +561,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||||
|
|
||||||
private void treeViewCustom1_KeyPress(object sender, KeyEventArgs e)
|
private void treeViewCustom1_KeyPress(object sender, KeyEventArgs e)
|
||||||
{
|
{
|
||||||
if (treeViewCustom1.SelectedNode != null && e.KeyData.HasFlag(Keys.ControlKey) && treeViewCustom1.SelectedNode is IContextMenuNode)
|
if (treeViewCustom1.SelectedNode != null && treeViewCustom1.SelectedNode is IContextMenuNode)
|
||||||
{
|
{
|
||||||
IContextMenuNode node = (IContextMenuNode)treeViewCustom1.SelectedNode;
|
IContextMenuNode node = (IContextMenuNode)treeViewCustom1.SelectedNode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue