========================= JS Bin raccourcis clavier ========================= Publié pour la première fois le 25/11/2018 sur https://defkey.com/fr/js-bin-raccourcis-clavier JS Bin a 38 raccourcis et nous les avons énumérés ci-dessous. Application level ----------------- Ctrl + ? Show keyboard shortcuts Ctrl + Maj + / Search help Ctrl + L Clear the console Ctrl + Entrée Run code and send live reload Ctrl + Maj + Suppr Delete the current bin Ctrl + S Save current state as a revision Ctrl + Maj + S Create a clone of the current bin unknown Hide JS Bin navigation bar Ctrl + O Open bin history (when logged in) Ctrl + Y Toggle archive state on the current bin   Note that all changes in any code panel (excluding the console) both triggers a save to the current bin and triggers a live reload on any viewers watching your bin url. Code based ---------- Ctrl + / Toggle comments on the selected lines Ctrl + [ Indent selected lines Ctrl + ] Unindent selected lines Ctrl + Maj + L Beautify code HTML & CSS panel ---------------- Tab Code expansion using Emmet Ctrl + Alt + Flèche droite Next edit point Ctrl + Maj + Y Evaluate mathematical expression Alt + Flèche vers le haut Increment number by 0.1 Alt + Flèche vers le bas Decrement number by 0.1 Ctrl + Flèche vers le haut Increment number by 1 Ctrl + Flèche vers le bas Decrement number by 1 Alt + Ctrl + Flèche vers le haut Increment number by 10 Alt + Ctrl + Flèche vers le bas Decrement number by 10 HTML panel ---------- Ctrl + . Close previous HTML tag JavaScript panel ---------------- Tab Code complete (using Tern or otherwise) Console panel ------------- Flèche vers le haut / Flèche vers le bas Up/down through console history Entrée Execute command Showing and hiding panels ------------------------- Ctrl + 0 Hide currently focused panel Ctrl + 1 Toggle HTML panel Ctrl + 2 Toggle CSS panel Ctrl + 3 Toggle JavaScript panel Ctrl + 4 Toggle console panel Ctrl + 5 Toggle output panel   The shortcuts for toggling specific panels overwrites the default browser’s tab selection shortcut, but this can be changed to include alt as a modifier key by opening the keyboard shortcuts (ctrl (plus) shift (plus) ?) and checking the box "Require Alt key…" With Sublime keybindings ------------------------ Ctrl + Maj + Flèche vers le haut Move current line, up one line Ctrl + Maj + Flèche vers le bas Move current line, down one line Ctrl + D Highlight and place multiple cursor on matching words Échap Return to single cursor Cmd + Clic gauche Place multiple cursor at click point Source: JS Bin  Dernière mise à jour (UTC): lundi 11 novembre 2019 Defkey © Tous les droits sont réservés.