feature : allow to delete current selection

* Users can now use DEL to delete the current selection
* Cheatsheet has been updated accordingly
* Cheatsheet has been refactored to mutualize markup creation code
This commit is contained in:
jdescottes
2014-03-16 23:22:47 +01:00
parent 4b608e98a9
commit 903f6817cf
5 changed files with 78 additions and 57 deletions

View File

@@ -17,7 +17,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px 10%;
padding: 20px 3%;
border-radius: 3px;
background: rgba(0,0,0,0.9);
overflow: auto;
@@ -30,7 +30,7 @@
.cheatsheet-section {
float: left;
width : 50%;
width : 33%;
}
.cheatsheet-shortcut {