home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-05-01 | 1.2 KB | 69 lines |
- [Button Mapping - Default]
-
- ; Browser functions
- BUTTON_BACK = {F6}
- BUTTON_FORWARD = {F7}
- BUTTON_STOP = {ESC}
- BUTTON_RELOAD = {F5}
- BUTTON_FIND = ^f
- BUTTON_ADD_FAV = ^d
- BUTTON_HISTORY = ^h
- BUTTON_OPEN_FAV = ^b
- BUTTON_OPEN_URL = ^o
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- BUTTON_SEARCH = ^t
- BUTTON_HOME = {F8}
- BUTTON_PRINT = ^p
-
-
- ;[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}
-
-
-
-
-
-
-