Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions Help/keyboard.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>BeebEm - BBC Micro and Master Series Emulator</title>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2>Default Keyboard Mapping</h2>

<tr>
<td><kbd>F10</kbd> and <kbd>F11</kbd></td>
<td><kbd>F10</kbd> and <kbd>F11</kbd></td>
<td><kbd>F10</kbd></td>
<td><kbd>f0</kbd></td>
</tr>

Expand Down Expand Up @@ -152,9 +152,15 @@ <h2>Default Keyboard Mapping</h2>

<tr>
<td><kbd>End</kbd></td>
<td><kbd>F11</kbd> and <kbd>fn</kbd>+<kbd>→</kbd></kbd></td>
<td><kbd>F11</kbd></td>
<td><kbd>Copy</kbd></td>
</tr>

<tr>
<td></td>
<td><kbd>F13</kbd></td>
<td><kbd>Shift Lock</kbd></td>
</tr>
</table>

<h2>Shortcut Keys</h2>
Expand Down
4 changes: 2 additions & 2 deletions XCode/Project/Src/MacBridge/BeebEm-Bridging-Keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ VK_F7, // F7
VK_F8, // F8
VK_F9, // F9
0,
VK_END, // f11
VK_END, // [COPY - F11] 103
0,
VK_F13, //[BREAK - F13] 105
VK_F11, // [SHIFT LOCK - F13] 105
0,
0,
0,
Expand Down