diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-13 12:14:58 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-13 12:14:58 -0800 |
commit | 3293f32fefe5d970e2e0a2e6389cbe39475e4c32 (patch) | |
tree | 434f9c8e0069c23324c7bab096905b94ca924b3b /docs | |
parent | f4de4a799cd60fb6bdfa4f17935daca87d7b56e3 (diff) | |
download | qtlocation-mapboxgl-3293f32fefe5d970e2e0a2e6389cbe39475e4c32.tar.gz |
re-add OS X desktop usage hotkeys (refs #2800 @tmcw)
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DEVELOP_OSX.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/DEVELOP_OSX.md b/docs/DEVELOP_OSX.md index 6440014921..ee6977682b 100644 --- a/docs/DEVELOP_OSX.md +++ b/docs/DEVELOP_OSX.md @@ -17,3 +17,13 @@ Set up the access token by editing the scheme for the application target, then a ![edit scheme](https://cloud.githubusercontent.com/assets/98601/5460702/c4610262-8519-11e4-873a-8597821da468.png) ![setting access token in Xcode scheme](https://cloud.githubusercontent.com/assets/162976/5349358/0a086f00-7f8c-11e4-8433-bdbaccda2b58.png) + +### 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 |