mirror of https://github.com/jetkvm/kvm.git
Formatting...
This commit is contained in:
parent
87688a1a93
commit
20f966c0ac
|
@ -333,7 +333,7 @@ export default function WebRTCVideo() {
|
||||||
// If altKey is false, filter out 0x04 (AltLeft)
|
// If altKey is false, filter out 0x04 (AltLeft)
|
||||||
//
|
//
|
||||||
// But intentionally do not filter out 0x40 (AltRight) to enable Alt Gr
|
// But intentionally do not filter out 0x40 (AltRight) to enable Alt Gr
|
||||||
// (Alt Graph) as a modifier. The `altKey` attribute is set to `false` on
|
// (Alt Graph) as a modifier. The altKey attribute is set to false on
|
||||||
// key combinations involving the Alt Gr key, which means the modifier
|
// key combinations involving the Alt Gr key, which means the modifier
|
||||||
// would otherwise be unintentionally removed from the filteredModifiers
|
// would otherwise be unintentionally removed from the filteredModifiers
|
||||||
// list.
|
// list.
|
||||||
|
|
Loading…
Reference in New Issue