Skip to content

Commit

Permalink
Ctrl + W to toggle pixel window
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent 4d60f3c commit d16febc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BinxelviewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2598,6 +2598,9 @@ public bool handleHotkeys(ref Message msg, Keys keyData)
case Keys.Control | Keys.R:
reloadFileMenuItem_Click(this, null);
return true;
case Keys.Control | Keys.W:
splitViewOptionsMenuItem_Click(this, null);
return true;
default:
return false;
}
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The following global hotkeys may be used:

Ctrl+O - Open a new file.
Ctrl+R - Reload the current file.
Ctrl+W - Toggle pixel window.


Other Notes
Expand Down

0 comments on commit d16febc

Please sign in to comment.