home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-05-01 | 1.4 KB | 60 lines |
- [Button Mapping - Default]
-
- ; Browser functions
- BUTTON_BACK = {PostCommand A121}
- BUTTON_FORWARD = {PostCommand A122}
- BUTTON_STOP = {PostCommand A21A}
- BUTTON_RELOAD = {PostCommand A220}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
- BUTTON_FIND = {PostCommand 0443}
- BUTTON_PRINT = {PostCommand 0104}
- BUTTON_OPEN_URL = {PostCommand 0100}
-
- ; Use Post Command
- BUTTON_SEARCH = {PostCommand A231}
- BUTTON_ADD_FAV = {PostCommand A173}
- BUTTON_HOME = {PostCommand A125}
- BUTTON_HISTORY = {PostCommand A233}
- BUTTON_OPEN_FAV = {PostCommand A232}
-
-
- ;[Button Mapping (0409) - Default] ; English
- ; BUTTON_SEARCH = %gs
- ; BUTTON_ADD_FAV = %a{Enter}
- ; BUTTON_HOME = %gh
- ; BUTTON_HISTORY = %veh
- ; BUTTON_OPEN_FAV = %vef
- ;
- ;
- ;[Button Mapping (040C) - Default] ; French
- ; BUTTON_SEARCH = %ar
- ; BUTTON_ADD_FAV = %v{Enter}
- ; BUTTON_HOME = %ad
- ; BUTTON_HISTORY = %cvh
- ; BUTTON_OPEN_FAV = %cvv
-
-
- [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}
-
-
-
-
-