aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar brianosman <brianosman@google.com>2016-02-02 10:59:30 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-02 10:59:30 -0800
commit5923535a0445767bb287b1868dd285d6656413de (patch)
treeece1b8330606413cea83f04dfc2c4d249718d973 /site
parent000b83bcdd68a7bd8a10fe2a9a647fcc14aa9618 (diff)
Fix SampleApp instructions in the Windows quick-start
Diffstat (limited to 'site')
-rw-r--r--site/user/quick/windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/user/quick/windows.md b/site/user/quick/windows.md
index 5ebbe33d0c..de014a4e6a 100644
--- a/site/user/quick/windows.md
+++ b/site/user/quick/windows.md
@@ -130,8 +130,8 @@ Build and run SampleApp in Visual Studio
6. Once the build is complete, you should see a window with various
example graphics. To move through the sample app, use the
following keypresses:
- - right-arrow key: cycle through different test pages
- - left-arrow key: cycle through rendering methods for each test page
+ - right- and left-arrow key: cycle through different test pages
+ - 'D' key: cycle through rendering methods for each test page
- other keys are defined in SampleApp.cpp’s
SampleWindow::onHandleKey() and SampleWindow::onHandleChar()
methods