Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keymon should display a history of keyboard actions #107

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment
Open

Keymon should display a history of keyboard actions #107

GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

While you can see the last key pressed, it's hard to follow a sequence of 
actions. What would be better for making screen casts of programs like Blender 
or Gimp where lots of modifier are used is the following:

Instead of showing a box that has all the keys, such that they bold or unbold, 
show a "log" of actions. Each action is a click, mouse down, key combination 
(Ctrl-Shift-x).

So, for example, in Blender if you were creating a marker for motion tracking 
which requires several key presses, you would see on the bottom:

[Ctrl-(LMB)] [g] [LMB drag] [Enter]

which shows the actual sequence. Having a "drag action" would be great too, 
which we can detect.

It's certainly more work to implement because you have to collapse the sequence 
of presses and movements into logical "actions" which may differ for some 
programs (e.g. is pressing and releasing control on its own an action?)

This would be awesome though.

Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 8:36

@GoogleCodeExporter
Copy link
Author

It's a great idea, and suggested before.
I think it's different enough that I'd probably create a separate app for that 
(possibly part of the same package).

Original comment by [email protected] on 5 Dec 2011 at 4:23

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

No branches or pull requests

1 participant