Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 735
    • Issues 735
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 204
    • Merge requests 204
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #173

Closed
Open
Created Sep 09, 2003 by Kitware Robot@kwrobotOwner

shift-tab impossible on X with vtkXRenderWindowInteractor

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


There is no way to get a ctrl-tab event.
I get NULL for the ascii and NULL for the keysym.

A possible fix is: at about line 605 in vtkXRenderWindowInteractor.cxx replace me->SetEventInformationFlipY(..... buffer); with me->SetEventInformationFlipY(..... XKeysysmToString(ks));

Not sure if this fix is already in the beta, but I'm logging this as a bug just to be sure.

Assignee
Assign to
Time tracking