home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-05-01 | 522 b | 27 lines |
- [Button Mapping - Default]
- ; Browser functions
- BUTTON_BACK = %{Left}
- BUTTON_FORWARD = %{Right}
- BUTTON_STOP = {ESC}
- BUTTON_RELOAD = {F5}
-
- ; Vertical scroll
- BUTTON_UP = [{Up}]
- BUTTON_DOWN = [{Down}]
-
- ; Next (Prev) link:
- BUTTON_LINK = {Tab}
-
- BUTTON_FIND = {PostCommand 0443}
- BUTTON_PRINT = ^p
- BUTTON_OPEN_URL = ^o
-
- ; Use Post Command
- BUTTON_SEARCH = ^e
- BUTTON_ADD_FAV = ^d
- BUTTON_HOME = %d%{Home}
- BUTTON_HISTORY = ^h
- BUTTON_OPEN_FAV = ^i
-
-
-