Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
pack [text .t]
bind .t <Control-KeyPress-b> {
# delete the char
.t delete {insert - 1 char}
# set the insert point
.t mark set insert {insert + 1 char}
}
.t insert end "a text to insert xx\n"