Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| # Run script 3 times because of the deeply nested variables | |
| # PROXY_USERNAME is the username used to connect to proxy. | |
| # May be different than the existing USERNAME. | |
| # USERNAME is the account you logged into VM with, | |
| # like 'Administrator', which may not have access through proxy | |
| # Primary variables (CHANGE THESE FIRST!) | |
| setx PROXY_HOSTNAME my_domain.com | |
| setx PROXY_USERNAME my_user | |
| setx PROXY_PASSWORD my_password |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
| <meta charset=utf-8 /> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <select size="10" multiple id="myMultiSelectBox"> | |
| <option value="1" selected>One</option> |