diff options
author | brianosman <brianosman@google.com> | 2016-02-02 10:59:30 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-02 10:59:30 -0800 |
commit | 5923535a0445767bb287b1868dd285d6656413de (patch) | |
tree | ece1b8330606413cea83f04dfc2c4d249718d973 /site/user | |
parent | 000b83bcdd68a7bd8a10fe2a9a647fcc14aa9618 (diff) |
Fix SampleApp instructions in the Windows quick-start
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1661553002
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1661553002
Review URL: https://codereview.chromium.org/1661553002
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/quick/windows.md | 4 |
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 |