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

Include shortkeys that match with Hydra? #171

Open
tmhglnd opened this issue Mar 30, 2023 · 0 comments
Open

Include shortkeys that match with Hydra? #171

tmhglnd opened this issue Mar 30, 2023 · 0 comments
Assignees
Milestone

Comments

@tmhglnd
Copy link
Contributor

tmhglnd commented Mar 30, 2023

Hey,

Not sure if this is desirable, because it will break how things previously were. But would it be good to have the shortkeys for Hydra match with the hydra website?

This could be included in the TextEditor.tsx

if (target === 'hydra') {
  defaultExtraKeys = {
    ...{
      'Ctrl-Enter': () => this.evaluateLine(false),
      'Alt-Enter': () => this.evaluateBlock(false),
      'Shift-Ctrl-Enter': () => this.evaluateAll(false),
    },
  };
}

Or I think at least we should include the shortkey for evaluateAll()

@munshkr munshkr self-assigned this Jan 6, 2024
@munshkr munshkr modified the milestones: Flok 1.0, Version 1.0, Version 1.1 Jan 8, 2024
@munshkr munshkr removed the flok-next label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants