Selecting dialog buttons with keyboard?
已回答
Is there any way to select dialog buttons using keyboard in Intellij idea? For example when pressing cmd + B is opens warning dialog, how do I navigate between no-cancel-yes using keyboard?
Cheers.
请先登录再写评论。
You can use the mnemonics, see my answer at https://stackoverflow.com/a/44543906/104891 .
Thanks! Sometimes it fails, but I guess it's Android Studio's issue, never seen it in Intellij.