home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-08-21 | 1.3 KB | 70 lines |
- [Button Mapping - Default]
-
- ; Browser functions
- BUTTON_BACK = ^{LEFT}
- BUTTON_FORWARD = ^{RIGHT}
- BUTTON_STOP = {ESC}
- BUTTON_RELOAD = {F5}
- BUTTON_FIND = {F3}
- ; next could be ^t
- BUTTON_ADD_FAV = ^m
- BUTTON_HISTORY = h
- BUTTON_OPEN_FAV = {F7}
- BUTTON_OPEN_URL = {F2}
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- BUTTON_SEARCH = {PostCommand 808E}
- BUTTON_HOME = ^( )
- BUTTON_PRINT = {PostCommand E107}
-
-
- ;[Button Mapping (0409) - Default] ; English
- ; BUTTON_SEARCH = %ei
- ; BUTTON_HOME = %gh
- ; BUTTON_PRINT = %fp
- ;
- ;[Button Mapping (040C) - Default] ; French
- ; BUTTON_SEARCH = %ei
- ; BUTTON_HOME = %la
- ; BUTTON_PRINT = %fi
-
-
- [Button Mapping - Edit]
-
- ; Move focus from Edit control
- BUTTON_UP = +{Tab}
- BUTTON_DOWN = {Tab}
-
-
- [Button Mapping - ComboWndClass]
-
- ; Move focus from combobox controls on some Web pages
- BUTTON_UP = +{Tab}
- BUTTON_DOWN = {Tab}
-
-
- [Button Mapping - Listbox]
- ; History window
-
- ;Close History
- BUTTON_STOP = {Esc}
-
-
- [Button Mapping - AfxWnd40]
- ; Bookmarks window
-
- ; Close bookmarks window
- BUTTON_STOP = {Esc}
-
-
-
-
-
-
-