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

Faster keyboard interface #115

Open
KevinDCarlson opened this issue Aug 21, 2024 · 2 comments
Open

Faster keyboard interface #115

KevinDCarlson opened this issue Aug 21, 2024 · 2 comments
Labels
frontend TypeScript frontend and Rust-wasm integrations good first issue Small, local changes, general knowledge ui/ux User interface and user experience

Comments

@KevinDCarlson
Copy link
Collaborator

For most logics (probably every logic so far?) there's only one cell type with any given first letter. It seems like a nicer workflow to input a Stock to just write "shift+enter, S" than to have to reach for the ctrl key, i.e. if the menu filters down to a unique element maybe it should just get picked.

@KevinDCarlson KevinDCarlson added frontend TypeScript frontend and Rust-wasm integrations ui/ux User interface and user experience good first issue Small, local changes, general knowledge labels Aug 21, 2024
@KevinDCarlson
Copy link
Collaborator Author

I didn't realize you can just hit (for instance) ctrl+F from any position to get all the way to a new flow, which makes this less important. Still think it makes sense though.

@epatters
Copy link
Member

Also, the keybindings to create specific types of cells should even work when the new cell menu is not open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend TypeScript frontend and Rust-wasm integrations good first issue Small, local changes, general knowledge ui/ux User interface and user experience
Projects
None yet
Development

No branches or pull requests

2 participants