git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* gitk: can't reload commits with new key binding
@ 2012-09-30 10:19 SZEDER Gábor
  2012-10-01 15:26 ` Andrew Wong
  0 siblings, 1 reply; 13+ messages in thread
From: SZEDER Gábor @ 2012-09-30 10:19 UTC (permalink / raw)
  To: git; +Cc: Felipe Contreras, Paul Mackerras

Hi,

a135f214 (gitk: Avoid Meta1-F5, 2012-04-07) changed the key binding
for reloading commits to shift-F5, but this new key binding doesn't
seem to be working here, because it doesn't call reloadcommits().
Choosing the reload menu item works.  Shift-F5 works properly in other
applications.

Any ideas?

Thanks,
Gábor

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH] gitk: Add workaround for system where Shift-F5 mapped to Shift-XF86_Switch_VT_5
@ 2012-10-01 15:16 Andrew Wong
  2012-10-01 15:16 ` Andrew Wong
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Wong @ 2012-10-01 15:16 UTC (permalink / raw)
  To: git; +Cc: szeder, paulus, Andrew Wong

I was running into the same issue too. It turns out that on some machines
Shift-F5 is mapped to Shift-XF86_Switch_VT_5. My patch includes a workaround.
The same workaround was used for Shift-F4.

Andrew Wong (1):
  gitk: Add workaround for system where Shift-F5 mapped to
    Shift-XF86_Switch_VT_5

 gitk-git/gitk | 1 +
 1 file changed, 1 insertion(+)

-- 
1.7.12.1.382.gb0576a6

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-10-21 22:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30 10:19 gitk: can't reload commits with new key binding SZEDER Gábor
2012-10-01 15:26 ` Andrew Wong
2012-10-01 15:26   ` [PATCH] gitk: Add workaround for system where Shift-F5 mapped to Shift-XF86_Switch_VT_5 Andrew Wong
2012-10-01 17:27     ` Junio C Hamano
2012-10-02 15:04       ` [PATCH v2 0/2] Re: gitk: can't reload commits with new key binding Andrew Wong
2012-10-02 15:04         ` [PATCH v2 1/2] gitk: Refactor code for binding modified function keys Andrew Wong
2012-10-02 15:04         ` [PATCH v2 2/2] gitk: Use bindshiftfunctionkey to bind Shift-F5 Andrew Wong
2012-10-07 21:18         ` [PATCH v2 0/2] Re: gitk: can't reload commits with new key binding Andrew Wong
2012-10-08 21:05         ` SZEDER Gábor
2012-10-12 14:17         ` Andrew Wong
2012-10-21 22:19         ` Paul Mackerras
  -- strict thread matches above, loose matches on Subject: below --
2012-10-01 15:16 [PATCH] gitk: Add workaround for system where Shift-F5 mapped to Shift-XF86_Switch_VT_5 Andrew Wong
2012-10-01 15:16 ` Andrew Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).