mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
2469ce2c31
Alt+Shift is a useful key combination to switch the current keyboard layout. CORE-11737 - Add ID_NEXTLAYOUT command to kbswitch. - Send command ID_NEXTLAYOUT to kbswitch on Alt+Shift key combination in WM_SYSKEYDOWN handling of IntDefWindowProc function. - Make IntFindWindow a non-static function.
13 lines
189 B
C
13 lines
189 B
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_MAIN 100
|
|
|
|
/* Menus */
|
|
#define IDR_POPUP 12000
|
|
|
|
/* Menu items */
|
|
#define ID_EXIT 10001
|
|
#define ID_PREFERENCES 10002
|
|
#define ID_NEXTLAYOUT 10003
|