diff --git a/Machines/ZX8081/ZX8081.cpp b/Machines/ZX8081/ZX8081.cpp index 9b773e9ec..9a5be9e08 100644 --- a/Machines/ZX8081/ZX8081.cpp +++ b/Machines/ZX8081/ZX8081.cpp @@ -367,7 +367,7 @@ template class ConcreteMachine: ShiftedKey(KeyDown, Key6); ShiftedKey(KeyLeft, Key5); ShiftedKey(KeyRight, Key8); - ShiftedKey(KeyEdit, Key1); + ShiftedKey(KeyEdit, is_zx81 ? Key1 : KeyEnter); #undef ShiftedKey } } else {