summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:21:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-13 23:21:34 +0000
commit1692db74e2eb281bda77763bb71597abe8a4eddf (patch)
tree4188df5f95a89932a68eff8235dc98dc93198690 /amiga/dist
parentb682523066c800a0698a3c5863e3a27288163454 (diff)
downloadnetsurf-1692db74e2eb281bda77763bb71597abe8a4eddf.tar.gz
netsurf-1692db74e2eb281bda77763bb71597abe8a4eddf.tar.bz2
Remove Amiga-specific force_tabs
svn path=/trunk/netsurf/; revision=5906
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/NetSurf.guide9
1 files changed, 0 insertions, 9 deletions
diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide
index a8b3eee67..619622c3e 100755
--- a/amiga/dist/NetSurf.guide
+++ b/amiga/dist/NetSurf.guide
@@ -39,21 +39,12 @@ The options file is stored in @{"Resources/Options" link Resources/Options/Main}
@{b}sticky_context_menu@{ub} When disabled, context menu requires mouse button to be held down to keep it visible
@{b}truecolour_mouse_pointers@{ub} Use 32-bit mouse pointers, when disabled NetSurf will use old-style 4 colour images (see Resources/Pointers)
@{b}os_mouse_pointers@{ub} Don't override default and busy mouse pointers
-@{b}always_open_tabs@{ub} Force opening tabs instead of windows (actually swaps the functions so ctrl-click now opens windows and middle mouse button opens tabs) See note [1]
@{b}new_tab_is_active@{ub} Make new tab the active one
@{b}kiosk_mode@{ub} No gadgets
@{b}recent_file@{ub} Path to file to store recent history list
@{b}arexx_dir@{ub} Path to ARexx scripts dir
@{b}download_dir@{ub} default download destination (not used yet)
-[1] There is another option called button_2_tab which does something similar, but does not force links that open new windows into new tabs instead.
-
-always_open_tabs | button_2_tab | middle button tabs | force tabs
- 0 | 0 | No | No
- 1 | 0 | Yes | Yes
- 0 | 1 | Yes | No
- 1 | 1 | No | Yes
-
@endnode
@node arexx "ARexx port"