VirtualBox

Changeset 79523 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 4, 2019 9:33:28 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131806
Message:

FE/Qt: bugref:6143. Making scroll lock a lock key

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp

    r79520 r79523  
    20152015                painter.setBrush(ledColor);
    20162016                painter.setPen(ledColor);
    2017                 QRectF rectangle(key.keyGeometry().width() - 2 * fLedMargin, fLedMargin, fLedRadius, fLedRadius);
     2017                QRectF rectangle(key.keyGeometry().width() - 2 * fLedMargin, key.keyGeometry().height() - 2 * fLedMargin,
     2018                                 fLedRadius, fLedRadius);
    20182019                painter.drawEllipse(rectangle);
    20192020            }
  • trunk/src/VBox/Frontends/VirtualBox/xml/101_ansi.xml

    r79520 r79523  
    7070        </space>
    7171        <key>
    72 
    73 
    7472            <position>124</position>
    7573            <scancodeprefix>0xe0</scancodeprefix>
     
    7775        </key>
    7876        <key>
    79 
    80 
    8177            <position>125</position>
     78            <type>lock</type>
    8279            <scancode>0x46</scancode>
    8380        </key>
  • trunk/src/VBox/Frontends/VirtualBox/xml/102_iso.xml

    r79520 r79523  
    7676        <key>
    7777            <position>125</position>
     78            <type>lock</type>
    7879            <scancode>0x46</scancode>
    7980        </key>
     
    259260        <key>
    260261            <width>100</width>
    261 
    262262            <type>lock</type>
    263263            <position>30</position>
  • trunk/src/VBox/Frontends/VirtualBox/xml/103_iso.xml

    r79520 r79523  
    7575        <key>
    7676            <position>125</position>
     77            <type>lock</type>
    7778            <scancode>0x46</scancode>
    7879        </key>
  • trunk/src/VBox/Frontends/VirtualBox/xml/106_japanese.xml

    r79520 r79523  
    7676        <key>
    7777            <position>125</position>
     78            <type>lock</type>
    7879            <scancode>0x46</scancode>
    7980        </key>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette