Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Keys and Mouse #15

Open
drom opened this issue Dec 25, 2018 · 3 comments
Open

Keys and Mouse #15

drom opened this issue Dec 25, 2018 · 3 comments

Comments

@drom
Copy link
Member

drom commented Dec 25, 2018

Key bindings

  • Home - 0x24 - Jump to the beginning of the trace
  • End - 0x23 - Jump to the end of the trace
  • PageUp - 0x21 - Scroll up (page)
  • PageDown - 0x22 - Scroll down (page)
  • ArrowUp - 0x26 - Scroll Up (1 line)
  • ArrowDown - 0x28 - Scroll Down (1 line)

Mouse events

  • Wheel (up / down) - Scroll (up / down) ?
  • Shift + Wheel (up / down) - Scroll (left / right) ?
  • Ctrl + Wheel (up / down) - Zom in / out around the mouse pointer [ Zoomable & Scrollable #2 ]
  • click - sets vertical cursor
@cmarqu
Copy link
Contributor

cmarqu commented Dec 26, 2018

  • Del - Delete selected trace
  • Middle click (in waveform area) - set secondary vertical cursor (for time/edge count measurements)
  • Middle click (in trace name area) - set new trace insertion mark

@drom
Copy link
Member Author

drom commented Dec 28, 2018

Do we need PageLeft / PageRight for time page scroll?
What Tab should do?

@cmarqu
Copy link
Contributor

cmarqu commented Dec 28, 2018

Page-wise time scroll could be nice indeed.
Tab... maybe "find next edge"?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants