From 3438cd32aa245a0d2bfc5662d0f12eeba2c54882 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 7 Nov 2014 12:04:28 +0100 Subject: [PATCH] Doc: fix use of \key command Change-Id: I66a86f15bc7fd7080c264beb428f6fe728b10dc5 Reviewed-by: Leena Miettinen --- doc/src/debugger/creator-debugger.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 00c40701b9..7dc78d23c0 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -457,7 +457,7 @@ \li To continue running the program, press \key{F5}. - \li To run to the line containing the cursor, press \ke{yCtrl+F10} + \li To run to the line containing the cursor, press \key{Ctrl+F10} (\key{Shift+F8} on OS X). \li To run to the selected function when you are stepping into a nested -- GitLab