Hi Folks, I'm still working on the Videomapping Plugin and it seems to work.

But there is still a problem with the shortcuts:
I register them by passing it to my JosmAction for the menu entry:
VStart = new JosmAction(tr("play/pause"), "audio-playpause", tr("starts/pauses video 
playback"),
                                
Shortcut.registerShortcut("videomapping:startstop","",KeyEvent.VK_SPACE, 
Shortcut.GROUP_DIRECT), false) {
                {....

But it seems that I cant register for keys like spacebar or enter? That would be very nice for a player :)

regards
Matthias



_______________________________________________
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to