Page 2 of 2 FirstFirst 12
Results 26 to 28 of 28

Thread: ALT+TAB and SMART

  1. #26
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Hey @Brandon; , sorry to bother you again with all of this, but this build gives the "You have no messages to reply to" message after ALT+TABing. Just thought I'd let you know.
    If you mean the source that I just posted, then:

    I forgot to remove the message. I will when I get back home. To do it, I just have to remove:

    Java Code:
    KeyEvent tab = new KeyEvent(canvas, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.ALT_DOWN_MASK, KeyEvent.VK_TAB, KeyEvent.CHAR_UNDEFINED,KeyEvent.KEY_LOCATION_STANDARD);

    from "handleAlt" function.
    Last edited by Brandon; 01-01-2016 at 08:09 PM.
    I am Ggzz..
    Hackintosher

  2. #27
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    If you mean the source that I just posted, then:

    I forgot to remove the message. I will when I get back home. To do it, I just have to remove:

    Java Code:
    KeyEvent tab = new KeyEvent(canvas, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.ALT_DOWN_MASK, KeyEvent.VK_TAB, KeyEvent.CHAR_UNDEFINED,KeyEvent.KEY_LOCATION_STANDARD);

    from "handleAlt" function.
    I removed that and the other 2 lines below http://pastebin.com/raw/TDEC14LL
    Is that correct?

    Thanks so much for this! Can finally start using actionbar keybinds!

  3. #28
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    I removed that and the other 2 lines below http://pastebin.com/raw/TDEC14LL
    Is that correct?

    Thanks so much for this! Can finally start using actionbar keybinds!
    Correct.
    I am Ggzz..
    Hackintosher

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •