Fixed leaving input mode on load commit (#33).
authorDaniel Carl <danielcarl@gmx.de>
Wed, 12 Jun 2013 22:13:43 +0000 (00:13 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 13 Jun 2013 07:58:54 +0000 (09:58 +0200)
commit57711abd9fb230e722ac52df164aa79d4970cec9
tree571a2433ccbb5c647ed29ee1757c63cfb9368e16
parent0a13db75be823f15fe4e5b4eacd604718968c111
Fixed leaving input mode on load commit (#33).

If a page was loaded and text was typed into the inputbox, the input
mode was left on WEBKIT_LOAD_COMMITED. Now we keep in insert mode also if
the page loads to allow to type in a command into inputbox.

Moved modkey unset to keybind.c where the modkeys are set.
src/keybind.c
src/main.c