[Tween-svn] [1334] Spaceキーの動作が2回書かれていたのを直した

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 1月 10日 (月) 13:32:38 JST


Revision: 1334
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1334
Author:   f_swallow
Date:     2011-01-10 13:32:38 +0900 (Mon, 10 Jan 2011)

Log Message:
-----------
Spaceキーの動作が2回書かれていたのを直した

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2011-01-10 04:29:12 UTC (rev 1333)
+++ trunk/Tween/Tween.vb	2011-01-10 04:32:38 UTC (rev 1334)
@@ -4872,9 +4872,11 @@
             If Focused <> ModifierState.StatusText AndAlso Not Pressed Then
                 If KeyCode = Keys.Space OrElse KeyCode = Keys.ProcessKey Then
                     Pressed = True
+                    If Focused = ModifierState.ListTab Then _anchorFlag = False
                     JumpUnreadMenuItem_Click(Nothing, Nothing)
                 ElseIf KeyCode = Keys.G Then
                     Pressed = True
+                    If Focused = ModifierState.ListTab Then _anchorFlag = False
                     ShowRelatedStatusesMenuItem_Click(Nothing, Nothing)
                 End If
             End If
@@ -4893,11 +4895,8 @@
                     Return Pressed
                 End If
                 _anchorFlag = False
-                If KeyCode = Keys.Space OrElse KeyCode = Keys.ProcessKey Then
+                If KeyCode = Keys.Enter OrElse KeyCode = Keys.Return Then
                     Pressed = True
-                    JumpUnreadMenuItem_Click(Nothing, Nothing)
-                ElseIf KeyCode = Keys.Enter OrElse KeyCode = Keys.Return Then
-                    Pressed = True
                     MakeReplyOrDirectStatus()
                 ElseIf KeyCode = Keys.L Then
                     Pressed = True



Tween-svn メーリングリストの案内
アーカイブの一覧に戻る