Pan mode control via keyboard
2 ビュー (過去 30 日間)
古いコメントを表示
Hi! I have a problem. If I set command "pan" in the KeypressFcn of a GUI, so that I can use a key to control the pan mode (e.g. "P"). If the pan mode is not on, there is no problem to activate the pan mode. But if I press the key again, then the KeypressFcn will no more be invoked.
If there anyway to let the key alway control Pan on and Pan off?
Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 2 月 28 日
Yes, there is, by infiltrating the listener.
2 件のコメント
Walter Roberson
2012 年 2 月 28 日
You turn on pan, you use the Jedi Mind Trick on the listeners, you install a new key press callback. The new key press callback handles everything the regular callback would but also looks for 'p' and if it finds it then then it removes the trick callback and wakes up the listeners and turns pan off.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!