Skip to content

Commit 2264d2b

Browse files
committed
Removed ALT-D as a full screen toggle option, as this doesn't work in the browser.
1 parent 0fa6eaf commit 2264d2b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/emu/jvic/ui/MachineInputProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public boolean keyUp(int keycode) {
132132

133133
if (altKeyDown) {
134134
switch (keycode) {
135-
case Keys.D:
136135
case Keys.ENTER:
137136
handleFullScreenToggle();
138137
return true;

0 commit comments

Comments
 (0)