Canvas mode for Amiga/plain mode
This commit is contained in:
parent
80a92fc0c0
commit
8fd83c3040
2 changed files with 4 additions and 0 deletions
2
sahli.js
2
sahli.js
|
|
@ -487,6 +487,8 @@ l__________/__________|___|______l__________j_____j
|
|||
return _this.increaseFont($('pre'), -2);
|
||||
case _this.keycode('9'):
|
||||
return _this.increaseFont($('pre'), 2);
|
||||
case _this.keycode('0'):
|
||||
return $('pre').css("font-size", "2.5vw");
|
||||
case 40:
|
||||
return _this.moveline(1);
|
||||
case 38:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue