<ctl><alt>delete
- Two alternative shortcuts:
<shift>a Home - A range of shortcuts:
<alt>1...<alt>9 - Several keys pressed together:
Control_L&Control_R - A sequence of shortcuts or keys:
<ctl>c+<ctl>x
Use "+" instead of "&" when the keys may (or have to be) pressed sequentially (e.g use "t+t" for 'press the t key twice').
Note that `<`, `>` and `&` need to be escaped as <, > and & when used in .ui files.
Returns
Builder instance for fluent chaining