View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001895 | FreeCAD | Bug | public | 2015-01-05 15:39 | 2015-01-06 01:15 |
| Reporter | rockn | Assigned To | rockn | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux Ubuntu | OS | 14.04 | OS Version | 64 bits |
| Product Version | 0.15 | ||||
| Target Version | 0.15 | ||||
| Summary | 0001895: Label property input does not accept special characters who need two key pressing. | ||||
| Description | The label input don't allow user to enter character like ä,ë,ï,â,ê,î. It seem that is because these letters need two key press (on a french azery, keyboard). It accept character like éèàù as they need to press only one letter. | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
i can enter âáéóèàéôãõãõ using dead keysxkb_keymap {
xkb_keycodes { include "evdev+aliases(qwertz)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+de+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
}; |
|
|
Yes you're right. I have to search in preference keyboard to see how it's mapping. Don't know the usage of people, but I'm not sure there is a lot that know this. The two key press is comfortable as it's physically visible on the keyboard. |
|
|
So, this isn't a bug, is it? |
|
|
IMO, yes, I've learned to type like this. |
|
|
IMO, it's up to the OS to do the keyboard stuff properly and it's beyond the scope of Qt do manage it and definitely beyond the scope of FreeCAD. |
|
|
Yes, you're totally right, it's not a FreeCAD bug. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-01-05 15:39 | rockn | New Issue | |
| 2015-01-05 15:59 | shoogen | Note Added: 0005523 | |
| 2015-01-05 16:07 | rockn | Note Added: 0005524 | |
| 2015-01-05 17:55 | wmayer | Note Added: 0005527 | |
| 2015-01-05 18:00 | rockn | Note Added: 0005528 | |
| 2015-01-05 18:54 | wmayer | Note Added: 0005530 | |
| 2015-01-05 18:58 | rockn | Note Added: 0005531 | |
| 2015-01-06 01:15 | rockn | Status | new => closed |
| 2015-01-06 01:15 | rockn | Assigned To | => rockn |
| 2015-01-06 01:15 | rockn | Resolution | open => no change required |
FreeCAD