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 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • 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

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTKVTK
  • Issues
  • #1208

Closed
Open
Created Sep 27, 2004 by Kitware Robot@kwrobotOwner

F10 and ALT keys on windows system

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


F10 and ALT keys do not generate the KeyPress event on windows system.

This is because windows make a special use of those keys (popup menu), and generates WM_SYSKEYUP/DOWN instead of the usual WM_KEYUP/DOWN message.

A possible change is to add "case WM_SYSKEYDOWN:" and "case WM_SYSKEYUP:" in conjunction with KEYDOWN and KEYUP in the vtkHandleMessage2() function of the vtkWin32RenderWindowInteractor.cxx file.

Regards, JM

Assignee
Assign to
Time tracking