mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add keyboard shortcuts to glutin browser
This commit is contained in:
parent
8892f8175d
commit
1ff4fe02d9
4 changed files with 90 additions and 15 deletions
|
@ -192,6 +192,7 @@ pub enum Key {
|
|||
|
||||
bitflags! {
|
||||
flags KeyModifiers: u8 {
|
||||
const NONE = 0x00,
|
||||
const SHIFT = 0x01,
|
||||
const CONTROL = 0x02,
|
||||
const ALT = 0x04,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue