Revert some OS X keybinding changes for VTE
commite613d931878a98118f39c8f2f92fe4ec23508c4c
authorJiří Techet <techet@gmail.com>
Thu, 12 Feb 2015 23:37:21 +0000 (13 00:37 +0100)
committerJiří Techet <techet@gmail.com>
Thu, 12 Feb 2015 23:37:21 +0000 (13 00:37 +0100)
tree4865ce5744a21c12ad3398b10cac45c4b2a62598
parente9c9e9a2fa021e22ab3235b089c3e651f0094016
Revert some OS X keybinding changes for VTE

While all normal keybindings use the Command key instead of
control key on OS X, all the command-line applications and
terminal emulators use the Ctrl key like on Linux. This includes
Ctrl+C (SIGINT) and Ctrl+D (EOF) for which there is some
special handling in the VTE support in Geany and which should
use GDK_CONTROL_MASK instead of GEANY_PRIMARY_MOD_MASK.
src/vte.c