Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin globally overrides standard sublime hot keys #132

Closed
pokidovea opened this issue Jul 10, 2017 · 3 comments
Closed

Plugin globally overrides standard sublime hot keys #132

pokidovea opened this issue Jul 10, 2017 · 3 comments

Comments

@pokidovea
Copy link

 [alt+ctrl+p]
   prompt_select_workspace                  Default               
   deviot_upgrade_pio                       Deviot         
       
 [ctrl+shift+f]
   show_panel                               Default               
   deviot_search_library                    Deviot   

 [ctrl+shift+b]
   build                                    Default               
   deviot_select_boards                     Deviot   

 [alt+q]
   wrap_lines                               Default               
   show_overlay                             Deviot 

 [ctrl+shift+l]
   split_selection_into_lines               Default               
   deviot_clean_sketch                      Deviot  

 [ctrl+shift+m]
   expand_selection                         Default               
   deviot_toggle_serial_monitor             Deviot 
               
 [ctrl+shift+n]
   new_window                               Default               
   deviot_new_sketch                        Deviot     

 [ctrl+shift+s]
   prompt_save_as                           Default               
   deviot_select_port                       Deviot  

 [ctrl+shift+t]
   reopen_last_file                         Default               
   deviot_show_terminal                     Deviot  

 [ctrl+shift+w]
   close_window                             Default               
   deviot_set_password                      Deviot  

I can't use this hot keys in other projects. Also it doesn't allow to change this behaviour.

@gepd
Copy link
Owner

gepd commented Jul 10, 2017

What is you OS?

You can change the file located in Packages/Deviot/shortcuts and select the file corresponding to your OS.

I'd like to fix this for all users so I'll appreciate if you tell me you are in OSX or Linux

@pokidovea
Copy link
Author

Linux

gepd added a commit that referenced this issue Jul 11, 2017
…d OSX (Issue: #132)

QuickPanel shorcut will be the same in all platforms (ctrl+alt+q)
@gepd
Copy link
Owner

gepd commented Jul 11, 2017

Thanks for your report, I've updated this in the last commit, It will be available in the next release, but if you want to install it now, you can use the develop branch. Please read here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants