CopperSpice API  1.9.1
Accelerator Keys

GUI applications need to define accelerator keys for specific actions and CopperSpice fully supports this process. Platform defaults for key bindings can be assigned using QKeySequence::StandardKey.

The list shown below is the Microsoft recommendation for accelerator keys. These actions are accessed by using the Alt key. There are several other keys and actions which use modifier keys other than Alt. Refer to the Microsoft and "The Open Group" (they maintain the POSIX standard) documentation for additional details. You may choose to use different or conflicting commands in your application.

The letter shown in bold is the Microsoft recommended accelerator key. As an example, the Apply button should use the following text:

QAbstractButton::setText( tr("&Apply") );
  • About
  • Always on Top
  • Apply
  • Back
  • Browse
  • Close
  • Copy
  • Copy Here
  • Create Shortcut
  • Create Shortcut Here
  • Cut
  • Delete
  • Edit
  • Exit
  • Explore
  • File
  • Find
  • Help
  • Help Topics
  • Hide
  • Insert
  • Insert Object
  • Link Here
  • Maximize
  • Minimize
  • Move
  • Move Here
  • New
  • Next
  • No
  • Open
  • Open With
  • Page Setup
  • Paste
  • Paste Link
  • Paste Shortcut
  • Paste Special
  • Pause
  • Play
  • Print
  • Print Here
  • Properties
  • Quick View
  • Redo
  • Repeat
  • Restore
  • Resume
  • Retry
  • Run
  • Save
  • Save As
  • Select All
  • Send To
  • Show
  • Size
  • Split
  • Stop
  • Undo
  • View
  • What's This?
  • Window
  • Yes