dm4g3 / jircii

Automatically exported from code.google.com/p/jircii
Other
0 stars 0 forks source link

ctrl+f4 in sdi mode #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. I'd like the following feature in jIRCii:
Ctrl+F4 to close current tab in SDI mode.

2. I think this feature should be:
a) Built into jIRCii (why?)
Because it works under MDI mode, should be simple enough to carry over.

3. Because this feature doesn't exist, I have to...
Actually use the mouse and click the X in the top right. I'm probably the only 
one lazy enough to have noticed this issue.

Original issue reported on code.google.com by efreak2004 on 18 Aug 2011 at 2:25

GoogleCodeExporter commented 9 years ago
Looking into it.

Original comment by x...@codeslum.org on 21 Dec 2012 at 11:10

GoogleCodeExporter commented 9 years ago
I will have to experiment with this in Windows as it appears to be a Windows 
thing. We are not performing the close on CTRL + F4; that would be the 
implementation of Java on Windows, using regular Windows bindings. These are 
things inherent in different operating systems. I may add some kind of key 
bindings for closing windows consistently from OS to OS, but not likely right 
now.

On OS X, I hit CTRL+D and it closes windows in SDI. Try that?

Original comment by x...@codeslum.org on 22 Dec 2012 at 10:12