[ros-diffs] [greatlrd] 24873: 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

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Mon Nov 27 20:34:32 CET 2006


Author: greatlrd
Date: Mon Nov 27 22:34:31 2006
New Revision: 24873

URL: http://svn.reactos.org/svn/reactos?rev=24873&view=rev
Log:
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

Modified:
    trunk/reactos/base/applications/ibrowser/ibrowser_intres.rc

Modified: trunk/reactos/base/applications/ibrowser/ibrowser_intres.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/ibrowser/ibrowser_intres.rc?rev=24873&r1=24872&r2=24873&view=diff
==============================================================================
--- trunk/reactos/base/applications/ibrowser/ibrowser_intres.rc (original)
+++ trunk/reactos/base/applications/ibrowser/ibrowser_intres.rc Mon Nov 27 22:34:31 2006
@@ -34,9 +34,9 @@
 //
 
 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
 
 




More information about the Ros-diffs mailing list