diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-17 11:36:35 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-17 12:00:51 -0800 |
commit | ac10cc1ecd174c9353ef26bab2c97a4d0696d78c (patch) | |
tree | f50b570a3256fcf3c72431845bb934567842214d /docs | |
parent | 85ab48636c0f0cb5b1ec5c5b6b64a41dbd188e06 (diff) | |
download | qtlocation-mapboxgl-ac10cc1ecd174c9353ef26bab2c97a4d0696d78c.tar.gz |
fixes #3054: move desktop test app keybindings output to startup log
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DEVELOP_LINUX.md | 8 | ||||
-rw-r--r-- | docs/DEVELOP_OSX.md | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/docs/DEVELOP_LINUX.md b/docs/DEVELOP_LINUX.md index 57f5592cd4..5b48393d6b 100644 --- a/docs/DEVELOP_LINUX.md +++ b/docs/DEVELOP_LINUX.md @@ -49,10 +49,4 @@ The `zsh` will treat the * in this command as a glob, so you'll need to run ### Usage -- Press `S` to cycle through bundled styles -- Press `X` to reset the transform -- Press `N` to reset north -- Press `Tab` to toggle debug information -- Press `C` to toggle symbol collision debug boxes -- Press `Esc` to quit -- Press `1` through `6` to add increasing numbers of point annotations for testing +Keyboard shortcuts for testing functionality are logged to the console when the test app is started. diff --git a/docs/DEVELOP_OSX.md b/docs/DEVELOP_OSX.md index ee6977682b..ed9142b092 100644 --- a/docs/DEVELOP_OSX.md +++ b/docs/DEVELOP_OSX.md @@ -20,10 +20,4 @@ Set up the access token by editing the scheme for the application target, then a ### Usage -- Press `S` to cycle through bundled styles -- Press `X` to reset the transform -- Press `N` to reset north -- Press `Tab` to toggle debug information -- Press `C` to toggle symbol collision debug boxes -- Press `Esc` to quit -- Press `1` through `6` to add increasing numbers of point annotations for testing +Keyboard shortcuts for testing functionality are logged to the console when the test app is started. |