From: Junio C Hamano <hidden> Date: 2016-06-15 22:54:54
Andrew Wong [off-list ref] writes:
quoted hunk
The same workaround was used for Shift-F4 in:
cea07cf8dc9b3677e0c50433c0d72bce83adbdc7
Signed-off-by: Andrew Wong <redacted>
---
gitk-git/gitk | 1 +
1 file changed, 1 insertion(+)
Wouldn't it make more sense to have a small helper function to wrap
binding both <Shift-Fn> and <Shift-Key-XF86_Switch_VT_n> to the same
thing and have F4 and F5 binding use that to avoid repetition?
From: Andrew Wong <hidden> Date: 2016-06-15 22:54:55
Refactored the code for binding modified function keys as Junio suggested.
Andrew Wong (2):
gitk: Refactor code for binding modified function keys
gitk: Use bindshiftfunctionkey to bind Shift-F5
gitk | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
--
1.7.12.1.382.gb0576a6
From: Andrew Wong <hidden> Date: 2016-06-15 22:54:55
The function includes a workaround for systems where F* keys are mapped
to XF86_Switch_VT_* when modifiers are used.
Signed-off-by: Andrew Wong <redacted>
---
gitk | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
From: Andrew Wong <hidden> Date: 2016-06-15 22:54:57
Could we look into getting this patch into git/gitk?
On 10/02/12 11:04, Andrew Wong wrote:
Refactored the code for binding modified function keys as Junio suggested.
Andrew Wong (2):
gitk: Refactor code for binding modified function keys
gitk: Use bindshiftfunctionkey to bind Shift-F5
gitk | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
From: SZEDER Gábor <hidden> Date: 2016-06-15 22:54:58
Hi,
(Sorry for the delayed reply, was out of town.)
On Tue, Oct 02, 2012 at 11:04:43AM -0400, Andrew Wong wrote:
Refactored the code for binding modified function keys as Junio suggested.
Andrew Wong (2):
gitk: Refactor code for binding modified function keys
gitk: Use bindshiftfunctionkey to bind Shift-F5
Thanks, this series solves the problem for me.
Best,
Gábor
From: Andrew Wong <hidden> Date: 2016-06-15 22:55:00
Can I get some feedback on these two patches? It'd be great to have them
merged into gitk. Thanks.
On 10/02/2012 11:04 AM, Andrew Wong wrote:
Refactored the code for binding modified function keys as Junio suggested.
Andrew Wong (2):
gitk: Refactor code for binding modified function keys
gitk: Use bindshiftfunctionkey to bind Shift-F5
gitk | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
From: Paul Mackerras <hidden> Date: 2016-06-15 22:55:05
On Tue, Oct 02, 2012 at 11:04:43AM -0400, Andrew Wong wrote:
Refactored the code for binding modified function keys as Junio suggested.
Andrew Wong (2):
gitk: Refactor code for binding modified function keys
gitk: Use bindshiftfunctionkey to bind Shift-F5
gitk | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)