- Timestamp:
- Apr 18, 2008 1:39:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r6561 r8146 7 7 8 8 /* 9 * Copyright (C) 200 8 innotek GmbH9 * Copyright (C) 2007-2008 innotek GmbH 10 10 * 11 * This libraryis part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This libraryis free software;11 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This file is free software; 13 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * Lesser General Public License as published by the Free Software 15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 16 * VirtualBox OSE distribution. 17 * 18 * This library is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 * Lesser General Public License for more details. 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 18 */ 23 19 … … 26 22 #endif /* ___VBox_keyboard_tables_h */ 27 23 28 /* This file contains a list of the keyboard layouts in 24 /* This file contains a list of the keyboard layouts in 29 25 keyboard-layouts.h, along with the name of the layout, for the 30 26 library to run through when it is trying to guess the current 31 27 layout. */ 32 28 33 29 {"U.S. English", &main_key_us}, 34 30 {"U.S. English, International (with dead keys)", &main_key_us_intl},
Note:
See TracChangeset
for help on using the changeset viewer.