diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/README.func | 10 | ||||
-rw-r--r-- | doc/README.func | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc-jp/README.func b/doc-jp/README.func index 515409b..4196cea 100644 --- a/doc-jp/README.func +++ b/doc-jp/README.func @@ -6,6 +6,7 @@ BEGIN ʸ��Τ����Ф��ιԤ˰�ư���ޤ� BOOKMARK �֥å��ޡ������ɤ߹��ߤޤ� CENTER_H ��������Τ�����֤�Ԥ�����˰�ư���ޤ� CENTER_V ��������Τ���Ԥ���̤�����˰�ư���ޤ� +CLOSE_TAB ���ߤΥ��֤��Ĥ��ޤ� COMMAND w3m�Υ��ޥ�ɤ�¹Ԥ��ޤ� COOKIE ���å���������ɽ�����ޤ� DEFINE_KEY �������Ϥȥ��ޥ�ɤ��б���������ޤ� @@ -57,6 +58,7 @@ MOVE_RIGHT1 ��������˰�ư���ޤ�(��ü�ξ��ˤϣ�ʸ��ʬ���ե�) MOVE_UP ����������˰�ư���ޤ�(���ڡ������ˤ�Ⱦ�ڡ�������������) MOVE_UP1 ����������˰�ư���ޤ�(���ڡ������ˤϣ��ԥ���������) MSGS ���顼��å������ΰ�����ɽ�� +NEW_TAB ���������֤��ޤ� NEXT_DOWN ��������β�¦�ˤ����˰�ư���ޤ� NEXT_LEFT ��������κ�¦�ˤ����˰�ư���ޤ� NEXT_LEFT_UP ��������κ�¦(̵��������ι���)�ˤ����˰�ư���ޤ� @@ -65,6 +67,7 @@ NEXT_MARK ��ĸ�Υޡ����˰�ư���ޤ� NEXT_PAGE ���Υڡ�����ɽ�����ޤ� NEXT_RIGHT ��������α�¦�ˤ����˰�ư���ޤ� NEXT_RIGHT_DOWN ��������α�¦(̵����м��ʹ�)�ˤ����˰�ư���ޤ� +NEXT_TAB ���Υ��֤˰�ư���ޤ� NEXT_UP ��������ξ�¦�ˤ����˰�ư���ޤ� NEXT_WORD ����ñ��˰�ư���ޤ� NOTHING ���⤷�ޤ��� @@ -78,6 +81,7 @@ PIPE_SHELL ���ޥ�ɤ�¹Ԥ�����̤��ɤߤ��ߤʤ���ɽ�����ޤ� PREV_LINK ���Υ�˰�ư���ޤ� PREV_MARK ������Υޡ����˰�ư���ޤ� PREV_PAGE ���Υڡ�����ɽ�����ޤ� +PREV_TAB ���Υ��֤˰�ư���ޤ� PREV_WORD ����ñ��˰�ư���ޤ� PRINT �Хåե���ɽ�����Ƥ�ե��������¸���ޤ� QUIT w3m��λ���ޤ� @@ -106,6 +110,12 @@ SOURCE HTML�Υ�������ɽ�����ޤ� STOP_IMAGE �������ɹ�/ɽ������ߤ��ޤ� SUBMIT �ե�����˥��֥ߥåȤ��ޤ� SUSPEND �����ڥ�� +TAB_GOTO URL����ꤷ�ƿ��������֤dz����ޤ� +TAB_GOTO_RELATIVE ����URL����ꤷ�ƿ��������֤dz����ޤ� +TAB_LEFT ���ߤΥ��֤˰�ư���ޤ� +TAB_LINK ����ؤ����ʸ��������֤dz����ޤ� +TAB_MENU ���������˥塼��Ω���夲�ޤ� +TAB_RIGHT ���ߤΥ��֤˰�ư���ޤ� UP ���̤�1�Ծ�˥��������뤷�ޤ� VERSION w3m �ΥС�������ɽ�����ޤ� VIEW HTML�Υ�������ɽ�����ޤ� diff --git a/doc/README.func b/doc/README.func index 7647f9d..57a03e5 100644 --- a/doc/README.func +++ b/doc/README.func @@ -6,6 +6,7 @@ BEGIN Go to the first line BOOKMARK Read bookmark CENTER_H Move to the center line CENTER_V Move to the center column +CLOSE_TAB Close current tab COMMAND Execute w3m command(s) COOKIE View cookie list DEFINE_KEY Define a binding between a key stroke and a user command @@ -57,6 +58,7 @@ MOVE_RIGHT1 Move cursor right (1 columns shift at the right edge) MOVE_UP Move cursor up (a half screen scroll at the top of screen) MOVE_UP1 Move cursor up (1 line scrol at the top of screen) MSGS Display error messages +NEW_TAB Open new tab NEXT_DOWN Move to next downward link NEXT_LEFT Move to next left link NEXT_LEFT_UP Move to next left (or upward) link @@ -65,6 +67,7 @@ NEXT_MARK Move to next word NEXT_PAGE Move to next page NEXT_RIGHT Move to next right link NEXT_RIGHT_DOWN Move to next right (or downward) link +NEXT_TAB Move to next tab NEXT_UP Move to next upward link NEXT_WORD Move to next word NOTHING Do nothing @@ -78,6 +81,7 @@ PIPE_SHELL Execute shell command and browse PREV_LINK Move to previous link PREV_MARK Move to previous mark PREV_PAGE Move to previous page +PREV_TAB Move to previous tab PREV_WORD Move to previous word PRINT Save buffer to file QUIT Quit w3m @@ -106,6 +110,12 @@ SOURCE View HTML source STOP_IMAGE Stop loading and drawing of images SUBMIT Submit form SUSPEND Stop loading document +TAB_GOTO Open URL on new tab +TAB_GOTO_RELATIVE Open relative URL on new tab +TAB_LEFT Move current tab left +TAB_LINK Open current link on new tab +TAB_MENU Popup tab selection menu +TAB_RIGHT Move current tab right UP Scroll up one line VERSION Display version of w3m VIEW View HTML source |