- version 3.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"ads_adapter": "admob", | |
| "tapdaq_app_id": "", | |
| "tapdaq_client_key": "", | |
| "tapdaq_banner_ad_id": "default", | |
| "tapdaq_interstitial_video_ad_id": "default", | |
| "admob_banner_ad_id": "ca-app-pub-3940256099942544/6300978111", | |
| "admob_interstitial_video_ad_id": "ca-app-pub-3940256099942544/8691691433", | |
| "mopub_banner_ad_id": "", | |
| "mopub_interstitial_video_ad_id": "", | |
| "caller_id": "MED HAD" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| There have been several failed attempts to sign in from this account or IP address. Please wait a while and try again later. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://srv.carbonads.net/ads/click/x/GTND423EF67D423MCWY4YKQWCTAI6KQNCAYI6Z3JCEYDLKJECWBDPKJKC6BDT5QLC6SDVK3EHJNCLSIZ?segment=placement:bootsnippcom |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| h1. Sublime Text 2 - Useful Shortcuts (PC) | |
| Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/. | |
| h2. Editing | |
| | *Ctrl+C* | copy current line (if no selection) | | |
| | *Ctrl+X* | cut current line (if no selection) | | |
| | *Ctrl+⇧+K*| delete line | | |
| | *Ctrl+↩* | insert line after | |