Anonymous | Login | Signup for a new account | 2019-12-13 10:00 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000408 | OLV | User Interface | public | 2011-11-19 14:05 | 2012-08-15 16:35 | ||||||
Reporter | Fred | ||||||||||
Assigned To | BenFenner | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | Apple Mac | OS | OS X | OS Version | 10.6 | ||||||
Product Version | 0.0.1-SNAPSHOT | ||||||||||
Target Version | Future | Fixed in Version | |||||||||
Summary | 0000408: Fix Mac Key Mappings | ||||||||||
Description | Control-* should map to Command-* on the mac. Virtually nothing uses command on the mac, cept the terminal. Any app that integrates well, most stuff that isn't running in X-windows..., has command for anything that control would do on a win/lin box. To make this work, the key mappings should get moved from the raw mappings to a static singleton class from which you can get virtual keys to compare on each platform in the same way. IE, abstract the keys away. This will be easy and make custom mappings later easy too. Make the fields public static, but not final to facilitate that. Assigning to Ben, feel free to throw back at me if you don't want to tackle it. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
![]() |
|
![]() BenFenner (developer) 2011-11-19 17:47 edited on: 2011-11-19 17:52 |
I should be able to handle this, no problem. It makes complete sense to me, and obviously should have been done from the start. I just seem to work from simple and hacky toward complex and correct instead of the other way around. =/ This may belong in 0.1.0 release instead of waiting until 1.0.0? |
![]() Fred (administrator) 2012-08-11 00:30 |
How does current work fit into this issue? |
![]() BenFenner (developer) 2012-08-11 01:41 edited on: 2012-08-11 01:43 |
This got lost in the shuffle because I almost solely look at the road map to see what's next. This fits in nicely with what I've been doing and should be no problem at all to work in. I'll change the target to 0.0.3. Okay well mapping Ctrl+* to Cmd+* on the Mac should be super easy. Abstracting everything away properly might need to wait for another release. =] |
![]() BenFenner (developer) 2012-08-15 16:35 |
This is being deferred. Moving to "Future" |
Copyright © 2000 - 2011 MantisBT Group |