Commit 6a755a3d4341ab6b47ccd694b392064e6bae0f8c
1 parent
04548e41
Exists in
master
and in
5 other branches
ESC estava associado à função break quando o correto era keyboard_reset
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
ui/00default.xml
@@ -206,10 +206,9 @@ | @@ -206,10 +206,9 @@ | ||
206 | <accelerator action='toggle' id='insert' key='Insert' group='online' /> | 206 | <accelerator action='toggle' id='insert' key='Insert' group='online' /> |
207 | 207 | ||
208 | <accelerator action='firstfield' key='Home' group='online' /> | 208 | <accelerator action='firstfield' key='Home' group='online' /> |
209 | - <accelerator action='kybdreset' key='<Shift><Ctrl>r' group='online' /> | 209 | + <accelerator action='kybdreset' key='Escape' group='online' /> |
210 | <!-- accelerator name="return" action='activate' key='Enter' ---> | 210 | <!-- accelerator name="return" action='activate' key='Enter' ---> |
211 | <accelerator name="KP_enter" action='activate' key='KP_Enter' /> | 211 | <accelerator name="KP_enter" action='activate' key='KP_Enter' /> |
212 | - <accelerator action='Break' key='Escape' group='online' /> | ||
213 | <accelerator action='Attn' key='<shift>Escape' group='online' /> | 212 | <accelerator action='Attn' key='<shift>Escape' group='online' /> |
214 | 213 | ||
215 | <accelerator action='DeleteWord' key='<Ctrl>w' group='online' /> | 214 | <accelerator action='DeleteWord' key='<Ctrl>w' group='online' /> |