dalinaum / IRCCloud

Mac App, Win App and Linux app for IRCCloud. (An Electron wrapper for IRCCloud.)
69 stars 8 forks source link

Sizing option #2

Closed dahlia closed 9 years ago

dahlia commented 9 years ago

Upscaling (and downscaling) texts would help its accessibility. ⌘+/^+ (and ⌘-/^-) should be suitable hotkey for it.

dalinaum commented 9 years ago

Only renderer thread process can change the zoom factor, and main thread process cannot change it. Unfortanetly, I failed in my attempt to inject some javascript stuffs into main thread that runs IRCCloud. I'm surveying how to implement this feature easily. I will solve this issue later.

dahlia commented 9 years ago

Cool!