[Tween-svn] [1154] gキーで関連発言表示をするように。ListTab、PostBrowserで効くようにしてあります

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 2日 (木) 19:58:30 JST


Revision: 1154
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1154
Author:   f_swallow
Date:     2010-12-02 19:58:30 +0900 (Thu, 02 Dec 2010)

Log Message:
-----------
gキーで関連発言表示をするように。ListTab、PostBrowserで効くようにしてあります

Modified Paths:
--------------
    trunk/Tween/Tween.vb


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-12-02 10:35:27 UTC (rev 1153)
+++ trunk/Tween/Tween.vb	2010-12-02 10:58:30 UTC (rev 1154)
@@ -4706,6 +4706,11 @@
                 e.SuppressKeyPress = True
                 SendKeys.Send("{TAB}")
             End If
+            If e.KeyCode = Keys.G Then
+                e.Handled = True
+                e.SuppressKeyPress = True
+                ShowRelatedStatusesMenuItem_Click(Nothing, Nothing)
+            End If
             ' ] in_reply_to参照元へ戻る
             If e.KeyCode = Keys.Oem4 Then
                 e.Handled = True
@@ -6008,6 +6013,9 @@
                      Keys.ProcessKey
                     e.IsInputKey = True
                     JumpUnreadMenuItem_Click(Nothing, Nothing)
+                Case Keys.G
+                    e.IsInputKey = True
+                    ShowRelatedStatusesMenuItem_Click(Nothing, Nothing)
                 Case Keys.F1
                     e.IsInputKey = True
                     OpenUriAsync("http://sourceforge.jp/projects/tween/wiki/FrontPage")



Tween-svn メーリングリストの案内
Back to archive index