GPaste.KeybindingAccelerator¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
accelerator |
r/w |
the trigger string (e.g., “<Super>V”) |
|
description |
r/w |
a human-readable, translated description shown in the portal UI |
|
id |
r/w |
a unique string identifier for this shortcut (the dconf key) |
Methods¶
None
Details¶
- class GPaste.KeybindingAccelerator¶
Represents a global shortcut to be registered with a
GPaste.KeybindingProvider. Terminate an array of these with an entry whose id isNone.