Skip to content

Allow users to click enter on the welcome naming screen #43

Answered by BetaHuhn
hkamran80 asked this question in Ideas
Discussion options

You must be logged in to vote

Yeah that makes sense. Pressing enter is already used in other parts of the app to submit actions, like when adding a new link.

Instead of keyup.enter, I'd prefer it if you use the vue-shortkey directive which is already used in other parts of the app as well:

<button v-if="!isLoading" v-shortkey="['enter']" class="primary-button" @click="add" @shortkey="add">

If you create a PR with that change I'll merge it and include it in the next release.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hkamran80
Comment options

@BetaHuhn
Comment options

Answer selected by BetaHuhn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
released improvement Improve an existing feature/functionality
2 participants