Selecting dialog buttons with keyboard?
Answered
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.
Please sign in to leave a comment.
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.