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

Complete the SlideDeck widget #141

Open
tmontes opened this issue Jul 25, 2018 · 1 comment
Open

Complete the SlideDeck widget #141

tmontes opened this issue Jul 25, 2018 · 1 comment

Comments

@tmontes
Copy link
Owner

tmontes commented Jul 25, 2018

Context is #122.

At least should support:

@tmontes
Copy link
Owner Author

tmontes commented Jul 27, 2018

Maybe the launching a widget from the keyboard can be coordinated via the kernel (see related kernel issue #34).

Idea:

  • Task asks kernel to send it a message when a given key is hit (in the context of the low level loop input grab).
  • On receiving such message, the task could do whatever it wants.
  • Benefit: no need to worry about focus.
  • Needs two new kernel traps: one to "register" a key, another to "unregistere".

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