Changeset 81868 in vbox for trunk/src/VBox
- Timestamp:
- Nov 15, 2019 12:32:54 PM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r81865 r81868 1985 1985 QString strAltGrCaption; 1986 1986 1987 /* Static captions which are define in the physical layout files have precedence over1987 /* Static captions which are defined in the physical layout files have precedence over 1988 1988 the one define in the keyboard layouts. In effect they stay the same for all the 1989 1989 keyboard layouts sharing the same physical layout: */ -
trunk/src/VBox/Frontends/VirtualBox/xml/101_ansi.xml
r81339 r81868 587 587 <scancode>0x5c</scancode> 588 588 <osmenukey>true</osmenukey> 589 <staticcaption>◆</staticcaption> 589 590 </key> 590 591 <key> -
trunk/src/VBox/Frontends/VirtualBox/xml/102_iso.xml
r81339 r81868 595 595 <scancode>0x5c</scancode> 596 596 <osmenukey>true</osmenukey> 597 <staticcaption>◆</staticcaption> 597 598 </key> 598 599 <key> -
trunk/src/VBox/Frontends/VirtualBox/xml/103_ansi.xml
r81339 r81868 595 595 <scancode>0x5c</scancode> 596 596 <osmenukey>true</osmenukey> 597 <staticcaption>◆</staticcaption> 597 598 </key> 598 599 <key> -
trunk/src/VBox/Frontends/VirtualBox/xml/103_iso.xml
r81339 r81868 555 555 </key> 556 556 <key> 557 558 557 <width>75</width> 559 558 <usageid>0xe3</usageid> … … 599 598 <scancodeprefix>0xe0</scancodeprefix> 600 599 <scancode>0x5c</scancode> 600 <staticcaption>◆</staticcaption> 601 601 <osmenukey>true</osmenukey> 602 602 </key> -
trunk/src/VBox/Frontends/VirtualBox/xml/106_japanese.xml
r81339 r81868 616 616 <scancode>0x5c</scancode> 617 617 <osmenukey>true</osmenukey> 618 <staticcaption>◆</staticcaption> 618 619 </key> 619 620 <key><!-- Menu / Application -->
Note:
See TracChangeset
for help on using the changeset viewer.