mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fixing a old bug in ibrowers I got irrate so long time now,
when u pressing on letter S it goes to full screen, but if I looked at the rc file it is intend go to fullscreen when u press on Ctrl+S, fixed so it goes to fullscreen when u pressing Ctrl+S svn path=/trunk/; revision=24873
This commit is contained in:
@@ -34,9 +34,9 @@ IDB_TOOLBAR BITMAP DISCARDABLE "res/toolbar.bmp"
|
||||
//
|
||||
|
||||
IDA_IBROWSER ACCELERATORS DISCARDABLE
|
||||
BEGIN
|
||||
120, ID_FILE_EXIT, ASCII, ALT // "X"
|
||||
115, ID_VIEW_FULLSCREEN, ASCII, SHIFT, CONTROL // "S"
|
||||
BEGIN
|
||||
"X", ID_FILE_EXIT, VIRTKEY, ALT // "X"
|
||||
"S", ID_VIEW_FULLSCREEN, VIRTKEY, CONTROL // "^CS"
|
||||
END
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user