BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 05-20-2009, 10:57 AM   #1
nankerphelgue
New Member
 
Join Date: Dec 2008
Model: 8310
PIN: N/A
Carrier: Unknow
Posts: 7
Default Programming keyboard shortcuts (hotkeys)

Please Login to Remove!

Hello everybody!

I need to program keyboard shortcuts (hotkeys) in my application. I have seen this feature on Google Maps, miuTunes and ÜberTwitter.

A code snippet sample would be highly appreciated.
Offline  
Old 05-21-2009, 10:31 AM   #2
hippocamp software
Thumbs Must Hurt
 
Join Date: Feb 2009
Model: 9000
PIN: N/A
Carrier: T-Mobile
Posts: 67
Default

override keyChar in your screen class:

protected boolean keyChar(char key, int status, int time) {
boolean retval = false;
switch (key) {
case Characters.ESCAPE:
//do something
return true;
default:
retval = super.keyChar(key, status, time);
}
return retval;
}

Last edited by hippocamp software; 05-21-2009 at 10:32 AM..
Offline  
Old 05-21-2009, 11:33 AM   #3
nankerphelgue
New Member
 
Join Date: Dec 2008
Model: 8310
PIN: N/A
Carrier: Unknow
Posts: 7
Default Programming keyboard shortcuts (hotkeys) [Solved]

Quote:
Originally Posted by hippocamp software View Post
override keyChar in your screen class:

protected boolean keyChar(char key, int status, int time) {
boolean retval = false;
switch (key) {
case Characters.ESCAPE:
//do something
return true;
default:
retval = super.keyChar(key, status, time);
}
return retval;
}
Thanks it worked! (Y)
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Cisco CP-8811-K9 Unified Office IP VoIP PoE Business Phone w/ Stand & Handset picture

Cisco CP-8811-K9 Unified Office IP VoIP PoE Business Phone w/ Stand & Handset

$14.99



"NEW" RingCentral Polycom VVX 311 6-Line VoIP IP SIP Business Media Phone

$12.95



Fortinet FON-570 VoIP Phone - Corded picture

Fortinet FON-570 VoIP Phone - Corded

$30.00



ZIP 57i Zultys VOIP Phone picture

ZIP 57i Zultys VOIP Phone

$22.00



Zenitel TKIS-2 Vingtor Stentofon VOIP Intercom Module picture

Zenitel TKIS-2 Vingtor Stentofon VOIP Intercom Module

$299.99



VoIP-GSM Topex VoiBridge picture

VoIP-GSM Topex VoiBridge

$250.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.