GNOME Bugzilla – Bug 731971
a11y: No mnemonics in properties
Last modified: 2016-09-20 08:15:55 UTC
We should have mnemonics for the force shutdown button, the page titles and for all labels for options so the user can access options fast. In addition somehow Alt+Left does not work for me, altough it should since https://git.gnome.org/browse/gnome-boxes/commit/?id=750851147f96d2b9ebc716cf12667cbc35b3bbd9
Let me give you more than you asked for. :) ------- commit: 8eb09a91ac79f8f082264139ee02566182d0d5fd props-page-widget: Allow mnemonics in description labels Allow description label to have mnemonic for associated widget. commit: 9d4a2c5f5de9b5638f2866150468d04c8fc6c66b libvirt-machine-props: Mnemonics for editable text props Add mnemonics to editable string properties. commit: dd432b1e211388fe2c1433e150749add3fc1d5dc remote-machine: Mnemonics for editable text props Add mnemonics to editable string properties. commit: a4dca604721ef41f1e2f9aef96a939b433beece6 libvirt-machine-props: Mnemonics for all buttons Add mnemonics to all buttons. commit: 27b6401 27b64019b40b0d4787a39e830d1a4cf65cb9aa06 i-props-provider: Mnemonics in SizeProperty Allow label's to have mnemonics for the size scale. commit: 56f4c61da3a09d937862d27a01fa06289e78ffb0 libvirt-machine-props: Mnemonics for memory & disk props Add mnemonics to memory and disk size properties so user's can take focus to associated scales more quickly. commit: 7b42fb72259d028efcc516469d5e5913adf3961c libvirt-machine-props: Mnemonic for "Run in bg" toggle Add mnemonic to "Run in background" toggle so users can quickly switch it on and off. commit: 733bc6211c3b5cc1cb87442b45c6a970c5301363 properties: Alt+Left/Right to switch pages Allow quickly switching from page to page with Alt+Left and Alt+Right keyboard combos. It was already possible to do this with just Left and Right keys but only if page labels were focused. These new combos, however are completely independent of current focus.