- SHIFT + H Liste des raccourcis : Permet d'afficher la liste complète des raccourcis clavier disponibles dans le Webmail 2.
- ! Premier message : Permet de selectionner le premier message dans le dossier en cours.
- DOWN Message suivant : Permet de déplacer le curseur sur le message suivant.
- UP Message précédent : Permet de déplacer le curseur sur le message précédent.
- LEFT Retour a la liste des messages (dans le calque 3) : Permet de retourner a la liste des messages seulement dans le calque de disposition 3.
- RIGHT Affiche le message (dans le calque 3) : Permet d'afficher le message selectionne seulement dans le calque de disposition 3.
- DEL Supprimer : Permet de placer la conversation dans la corbeille.
- SHIFT + S Rechercher : Permet de placer le curseur dans le champ de recherche.
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <script src="subliminal.js"></script> | |
| <script type="application/javascript"> | |
| function init() { | |
| addSubliminal( | |
| [ 'subliminal', 'message', 'affecting', 'web', 'perception', 'subconscious',':)', '$' ], | |
| defaultSubliminalParameters | 
  
    
      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
    
  
  
    
  | // Get date string for today's date (e.g. '2011-01-01') | |
| function dateString () { | |
| var d = new Date(Date.now() - 5*60*60*1000); | |
| return d.getUTCFullYear() + '-' | |
| + (d.getUTCMonth() + 1) + '-' | |
| + d.getDate(); | |
| }; | 
  
    
      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
    
  
  
    
  | CKEDITOR.replace('editor1', { | |
| on: { | |
| pluginsLoaded: function(event) { | |
| event.editor.dataProcessor.dataFilter.addRules({ | |
| elements: { | |
| a: function(element) { | |
| var attr = element.attributes; | |
| if(attr.href && attr.href.indexOf('#') === -1) { | |
| element.attributes.target = '_blank'; | 
  
    
      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
    
  
  
    
  | # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # | 
#Awesome Javascript A list of amazingly awesome Javascript libraries. ##Interface * ##Rich Text
- http://www.raptor-editor.com
- http://hallojs.org/ Hallo — distraction-free writing for the web
  
    
      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
    
  
  
    
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>.net mobile email tutorial</title> | |
| <style type="text/css"> | |
| /* Outlook link fix */ | |
| #outlook a {padding:0;} | |
| /* Hotmail background & line height fixes */ | 
  
    
      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
    
  
  
    
  | objArray.sort(function(a, b) { | |
| var textA = a.DepartmentName.toUpperCase(); | |
| var textB = b.DepartmentName.toUpperCase(); | |
| return (textA < textB) ? -1 : (textA > textB) ? 1 : 0; | |
| }); | 
  
    
      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
    
  
  
    
  | cd Packages/ | |
| git clone https://github.com/wbond/sublime_package_control.git "Package Control" | |
| cd "Package Control" | |
| git checkout python3 | 
  
    
      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
    
  
  
    
              Show hidden characters
| { | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
| "default_encoding": "Western (ISO 8859-1)", | |
| "detect_slow_plugins": false, | |
| "draw_minimap_border": true, | |
| "fallback_encoding": "Western (ISO 8859-1)", | |
| "font_face": "Source Code Pro", | |
| "font_size": 16, | |
| "highlight_line": true, |