aardappel / treesheets

TreeSheets : Free Form Data Organizer (see strlen.com/treesheets)
zlib License
2.62k stars 192 forks source link

Ctrl+I on Linux switches to next document instead of making text italic #35

Open despens opened 9 years ago

despens commented 9 years ago

Version: TreeSheets Jun 16 2015

Pressing Ctrl+I in a cell should format it in italics, instead the next document tab is focussed.

aardappel commented 9 years ago

Just tried to make a fix: https://github.com/aardappel/treesheets/commit/e3f9cd22e49ae27146726ab9c284d96b333474dc (see comments there for why this is not a perfect fix).

ngirard commented 7 years ago

I suspect that rewriting the code from Document::Key() in order to take advantage of GetModifiers(), like I did in pull request #82, would solve this.