Escape key made functional?

Talk Discussion in 'BeerAdvocate Talk' started by PapaGoose03, Oct 15, 2014.

Thread Status:
Not open for further replies.
  1. PapaGoose03

    PapaGoose03 Grand High Pooh-Bah (6,057) May 30, 2005 Michigan
    BA4LYFE Society Pooh-Bah

    Are key strokes programmable by BA so that the Escape key could be used to back out from a forum page to the previous page? To me that would be so much easier to do than move the mouse to make that happen. Just a wild thought for you to consider if it's possible. Thanks.
     
  2. Todd

    Todd Founder (13,518) Aug 23, 1996 Finland
    STAFF Mod Team Society Pooh-Bah

    Nope.
     
  3. iTunesUpdates

    iTunesUpdates Initiate (0) May 7, 2014 Florida

    Just use the backspace key. Otherwise it would be possible by implementing some javascrypt. Simply done with an event listener that could direct a person to the previous page.
    Something like so,
    $(document).keyup(function(e){
    if(e.keyCode ==27){<Command here>}// esc});
     
  4. PapaGoose03

    PapaGoose03 Grand High Pooh-Bah (6,057) May 30, 2005 Michigan
    BA4LYFE Society Pooh-Bah

    My left finger is usually resting next to the Escape key on my keyboard, but my right finger is on the mouse, and I'm lazy and that's why I asked for this feature. :wink: Thanks for the workaround recommendation, but #1, I don't understand that stuff, and #2, I'm too lazy to figure it out. But I'll survive without using the Escape key. :grinning:
     
    iTunesUpdates likes this.
Thread Status:
Not open for further replies.