Summary: | keypad support in konsole | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | bryan |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch: Test implementing keypad in keytab files. |
Description
Bugzilla Maintainers
2002-01-29 19:04:15 UTC
I too have an application that requires the keypad. This is one of the few missing features that prevent me from moving to Konsole. It would be terrific if Konsole could be updated to support the keypad. Created attachment 5848 [details]
Patch: Test implementing keypad in keytab files.
I sort-of have this working. Am I going about this the correct way?
Basically, in the .keytab file:
key Up -Shift-Keypad : "Up -shift-keypad"
key Up +Shift-Keypad : "Up +shift-keypad"
key Up +Keypad : "Up +Keypad"
key End -Keypad : "End"
key End +Keypad : "KP End"
Fixed in KDE 4, more specifically - SVN revision #748996. Added the "keypad" modifier which can be used like any other in the .keytab file, as per Kurt's example above. The only special property of the 'keypad' modifier is that it does not count when matching entries against the AnyMod property. This means that AnyMod only considers Control,Shift,Alt,Meta as before. |