diff options
Diffstat (limited to 'include/06.keyboard/deo19')
| -rw-r--r-- | include/06.keyboard/deo19 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/06.keyboard/deo19 b/include/06.keyboard/deo19 deleted file mode 100644 index 359ba30..0000000 --- a/include/06.keyboard/deo19 +++ /dev/null @@ -1,22 +0,0 @@ - default: - if(c!=' ') - { - if(ispressed[lctrl]||ispressed[rctrl]) - { - if(c=='l') - { - clear(); - prompt(); - printf("%s",buffer[buffer_current]); - return; - } - } - if(ispressed[lshift]||ispressed[rshift]) - { - c=shift_charcode[keycode]; - } - buffer[buffer_current][buffer_index++]=c; - printf("%c",c); - } - break; - } |
