VirtualBox

Changeset 5049 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 26, 2007 2:45:50 PM (17 years ago)
Author:
vboxsync
Message:

Added support for the British international keyboard to the Linux host GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.c

    r4916 r5049  
    345345};
    346346
     347#ifdef OUTOFWINE
     348
     349/*** British international keyboard layout */
     350static const char main_key_UK_intl[MAIN_LEN][4] =
     351{
     352 "`","1!","2¨","3£","4$","5%","6^","7&","8*","9(","0)","-_","=+",
     353 "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
     354 "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","´@","#~",
     355 "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?",
     356 "\\|"
     357};
     358
     359#endif
     360
    347361/*** French keyboard layout (setxkbmap fr) */
    348362static const char main_key_FR[MAIN_LEN][4] =
     
    11171131#endif
    11181132 {0x0809, "British keyboard layout", &main_key_UK, &main_key_scan_qwerty, &main_key_vkey_qwerty},
     1133#ifdef OUTOFWINE
     1134 {0x0809, "British international keyboard layout", &main_key_UK_intl, &main_key_scan_qwerty, &main_key_vkey_qwerty},
     1135#endif
    11191136 {0x0407, "German keyboard layout", &main_key_DE, &main_key_scan_qwerty, &main_key_vkey_qwertz},
    11201137#ifndef OUTOFWINE
Note: See TracChangeset for help on using the changeset viewer.

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