Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,475
    • Issues 1,475
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 246
    • Merge requests 246
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Merge requests
  • !4713

holding down mnemonic keys repeats 'activate' much slower than the key repeat rate

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Caolán McNamara requested to merge caolanm1/gtk:let_button_activate_use_key_repeat into main May 10, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

the motivation is https://bugs.documentfoundation.org/show_bug.cgi?id=142838 where a dialog has a "remove section" button with an R mnemonic

expected behaviour: You hold the ALt + R keys and it rips through removing sections very fast. actual behaviour: If you hold the Alt + R keys the sections are removed only slowly.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: let_button_activate_use_key_repeat