Debugger: Removed default shortcuts on compact ppu viewer because of conflicts with other existing shortcuts
This commit is contained in:
parent
c35d6d8989
commit
3029ae9277
1 changed files with 4 additions and 4 deletions
|
@ -93,13 +93,13 @@ namespace Mesen.GUI.Config
|
||||||
public XmlKeys OpenWatchWindow = Keys.Control | Keys.W;
|
public XmlKeys OpenWatchWindow = Keys.Control | Keys.W;
|
||||||
|
|
||||||
[ShortcutName("Open Nametable Viewer (Compact)")]
|
[ShortcutName("Open Nametable Viewer (Compact)")]
|
||||||
public XmlKeys OpenNametableViewer = Keys.Control | Keys.D1;
|
public XmlKeys OpenNametableViewer;
|
||||||
[ShortcutName("Open CHR Viewer (Compact)")]
|
[ShortcutName("Open CHR Viewer (Compact)")]
|
||||||
public XmlKeys OpenChrViewer = Keys.Control | Keys.D2;
|
public XmlKeys OpenChrViewer;
|
||||||
[ShortcutName("Open Sprite Viewer (Compact)")]
|
[ShortcutName("Open Sprite Viewer (Compact)")]
|
||||||
public XmlKeys OpenSpriteViewer = Keys.Control | Keys.D3;
|
public XmlKeys OpenSpriteViewer;
|
||||||
[ShortcutName("Open Palette Viewer (Compact)")]
|
[ShortcutName("Open Palette Viewer (Compact)")]
|
||||||
public XmlKeys OpenPaletteViewer = Keys.Control | Keys.D4;
|
public XmlKeys OpenPaletteViewer;
|
||||||
|
|
||||||
//Debugger window
|
//Debugger window
|
||||||
[ShortcutName("Reset")]
|
[ShortcutName("Reset")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue