Skip to content

feat(groups): add ctrl+enter shortcut to save party description (#15500) - #15505

Closed
jessy2027 wants to merge 1 commit into
HabitRPG:developfrom
jessy2027:add-ctrl-enter-party-desc
Closed

feat(groups): add ctrl+enter shortcut to save party description (#15500)#15505
jessy2027 wants to merge 1 commit into
HabitRPG:developfrom
jessy2027:add-ctrl-enter-party-desc

Conversation

@jessy2027

@jessy2027 jessy2027 commented Sep 7, 2025

Copy link
Copy Markdown

Fixes #15500

Changes

Added Ctrl+Enter keyboard shortcut to save party description in the group form modal. This allows users to quickly save changes without having to move their cursor to click the save button.

The changes include:

  • Added @keydown.ctrl.enter.prevent="submit" to the description textarea in groupFormModal.vue
  • Uses the existing submit() method
  • No additional dependencies required

This feature matches similar functionality throughout Habitica where Ctrl+Enter is used to submit forms.


UUID: d47b8eb5-4daa-4c47-82e3-e5c571a80fcf

@SabreCat
SabreCat force-pushed the develop branch 2 times, most recently from 2d54f93 to d465efa Compare April 8, 2026 20:36
@SabreCat

Copy link
Copy Markdown
Member

We'd like to address this more comprehensively--not just adding a shortcut in one location, but finding a way to support these keyboard commands in forms sitewide.

@SabreCat SabreCat closed this Jul 23, 2026
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

Successfully merging this pull request may close these issues.

Update form controls to submit on Enter and Ctrl + Enter

2 participants