home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-05-01 | 1.2 KB | 52 lines |
- [Button Mapping - Default]
-
- ; Browser functions
- BUTTON_BACK = {PostCommand A121}
- BUTTON_FORWARD = {PostCommand A122}
- BUTTON_STOP = {PostCommand 0029}
-
- ; IE3 didn't respond to PostCommand's for these
- ; functions (I don't know why).
- ; Fortunately, these accelerators seem to
- ; be the same for all languages (at least
- ; French and English), so we use them
- ; instead
- BUTTON_RELOAD = {F5}
- BUTTON_FIND = ^f
-
- BUTTON_SEARCH = {PostCommand A125}
- BUTTON_ADD_FAV = {PostCommand A173}
- BUTTON_HOME = {PostCommand A124}
- BUTTON_PRINT = {PostCommand 0104}
- BUTTON_HISTORY = {PostCommand A128}
- BUTTON_OPEN_FAV = {PostCommand A172}
- BUTTON_OPEN_URL = {PostCommand 0100}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
-
- [Button Mapping (0410) - Default] ; Italian
- BUTTON_FIND = %mv
-
-
- [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}
-
-
-
-