Page MenuHomePhabricator

Add keyboard shortcuts / bindings to main style functions
Closed, DeclinedPublic

Description

Author: raphael.droz

Description:
Would be great to avoid mouse moves in order to style a text.
You often type a lot then style the some parts later.

Having key-bindings like Alt-Shift-B, Alt-Shift-I (or whatever) to style a word (or a mouse-selected region) as bold or italic is really convenient.


Version: unspecified
Severity: enhancement

Details

Reference
bz40249

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:53 AM
bzimport set Reference to bz40249.

(In reply to comment #1)

Can I work on this?

Prepare the patch.

Generally spoken, we shouldn't do that BECAUSE of accessibility: Keyboard shortcuts like these can have inconvenient side effects, for example on screen readers (which use a lot of keyboard shortcuts).

If one really wants such a feature, it can be implemented easily in a gadget which people can activate if they desire to.