Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amund7 authored Jan 23, 2020
1 parent d13fb45 commit 59877aa
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,37 @@ CANBUS-Analyzer was inspired by comma.ai Cabana, but I wanted the same possibili
To learn how to reverse engineer CANBUS data, see comma.ai's tutorials!

![Main window screenshot](screenshot.png)


Ctrl-click or shift-click to select/unselect messages and signals.


Plotting is done by OxyPlot library, which has some great, but very hard to find keyboard and mouse shortcuts:

Short summary: Scroll = zoom, scroll on an axis = zoom 1 axis. Click the plot window + press HOME to reset all axis.

Long version from here: https://stackoverflow.com/questions/27144051/which-keyboard-shortcut-functions-are-already-implemented-in-oxyplot

Pan*: Right mouse button, Alt+Left mouse button, Up/Down/Left/Right arrow key, Ctrl+Arrow key for fine pan

Pan-Zoom: Touch (don't know the details on that)

Zoom*: Mouse wheel, Ctrl+Mouse wheel for fine zoom

Zoom in*: Mouse extra button 1, 'Add', 'PageUp', Ctrl+'Add'/'PageUp' for fine

Zoom out*: Mouse extra button 2, 'Subtract', 'PageDown', Ctrl+'Subtract'/'PageDown' for fine

Zoom by rectangle: Ctrl+Right mouse button, Middle mouse button, Ctrl+Alt+Left mouse button

Reset*: Ctrl+Right mouse button double-click, Middle mouse button double-click, Ctrl+Alt+Left mouse button double-click

Reset axes: A, Home, Shake-Gesture (I guess on a mobile device)

Copy bitmap: Ctrl+C

Copy code: Ctrl+Alt+C

Copy properties: Ctrl+Alt+R

Tracker: Left mouse button, Shift+Left mouse button for points only tracker, Ctrl+Left mouse button for free tracker (show mouse coordinates basically)

0 comments on commit 59877aa

Please sign in to comment.