Here is a small project.
its a shortcut keyboard for coding HTML (and other languages)
Example

in gedit, If you type
#html5 then it will type
<!DOCTYPE html>
<html>
<head>
        <title>HTML5</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
</body>
</html>


if you type #table then it will convert into
<table border="1">
<tr>
        <th>Month</th>
        <th>Savings</th>
</tr>
<tr>
        <td>January</td>
        <td>100</td>
</tr>
</table>

if you #script then it will type
<script type="text/javascript"
src="http://code.jquery.com/jquery-1.6.4.min.js";></script>


Here is demo http://code.narendrasisodiya.com/keyboard.gif

If you want to help Or participate then please send me your feedback
and ideas around this keyboard.

I need someone to write various coding snippets which I can add to
keyboard configuration file.





-- 
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

-- 
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to