home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-05-01 | 1.4 KB | 69 lines |
- [Button Mapping - Default]
-
- ; Browser functions
- BUTTON_BACK = {PostCommand 800C}
- BUTTON_FORWARD = {PostCommand 800D}
- BUTTON_STOP = {PostCommand 801B}
- BUTTON_RELOAD = {PostCommand 800E}
- BUTTON_FIND = {PostCommand F4B0}
- BUTTON_ADD_FAV = {PostCommand 802A}
- BUTTON_HISTORY = {PostCommand 8028}
- BUTTON_OPEN_FAV = {PostCommand 802B}
- BUTTON_OPEN_URL = {PostCommand 8001}
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- BUTTON_SEARCH = {PostCommand 808E}
- BUTTON_HOME = {PostCommand 8027}
- 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 = ^w
-
-
-
-
-
-
-